- Changed span of plot(FLSR) loess smoothers to 3
- label_flqs deals better with unparseable strings
- labeller failed on some empty units, now drops NA and ' '
- %+% operator redefined here to account for ggplot2 use of it.
- New package vignette
- plot() method for FLQuants, reused by plot(FLStock)
- plot() method for FLQuant
- plot(FLStocks) now uses geom_ribbon for objects with multiple iters
- Initial plot(FLIndex)
- Default ribbons for plot(FLStocks) with iters have no borders
- Ribbons for 90% intervals in plot for FLQuant and FQuants now have a dotted line added.
- plot(FLSR) has been improved: axis labels, use of plotmath and regression line on residuals AR plot.
- plot(FLQuant) now allows specification of quantiles
- plot methods now use year in the xaxis if only one season, keeps using date, as ISOdate, otherwise
- Call to dcast had wrong argument name for value.var
- FIXED Plotted model line in panel 1 is wrong #3
- FIXED Better labels in plot(FLSR) #4
- CHANGED back to geom_line to avoid sorting data.frame
- Added mention to plot(FLStocks) to vignette