Plot seasonal rates of change based on average estimates for multiple window widths
Source:R/show_sumtrndseason.R
show_sumtrndseason.Rd
Plot seasonal rates of change based on average estimates for multiple window widths
Arguments
- mod
input model object as returned by
anlz_gam
- doystr
numeric indicating start Julian day for extracting averages
- doyend
numeric indicating ending Julian day for extracting averages
- yromit
optional numeric vector for years to omit from the plot, see details
- justify
chr string indicating the justification for the trend window
- win
numeric vector indicating number of years to use for the trend window
- txtsz
numeric for size of text labels inside the plot
- cols
vector of low/high colors for trends
- base_size
numeric indicating base font size, passed to
theme_bw
Value
A ggplot2
plot
Details
This function plots output from anlz_sumtrndseason
.
The optional yromit
vector can be used to omit years from the plot and trend assessment. This may be preferred if seasonal estimates for a given year have very wide confidence intervals likely due to limited data, which can skew the trend assessments.
See also
Other show:
show_sumtrndseason2()