forked from flr/ggplotFL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
46 lines (31 loc) · 1.25 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
ggplot 2.6.5
USER-VISIBLE CHANGES
- Changed span of plot(FLSR) loess smoothers to 3
BUG FIXES
- label_flqs deals better with unparseable strings
ggplotFL 2.6.2
BUG FIXES
- labeller failed on some empty units, now drops NA and ' '
UTILITIES
- %+% operator redefined here to account for ggplot2 use of it.
ggplotFL 2.6.1
NEW FEATURES
- 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)
USER-VISIBLE CHANGES
- 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
BUG FIXES
- 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
DOCUMENTATION
- Added mention to plot(FLStocks) to vignette
DEPRECATED & DEFUNCT