View source: R/plot_year_comp.R
plot_year_comp | R Documentation |
plot the output of parse_year_comp()
plot_year_comp( df, type = c("median", "smooth", "smoothmedian")[1], xlim = c(0, 365), vline_pos = NULL, xlab = "Day of Year", strip_text_y = NULL, annotations = TRUE, alpha = 0.2, ... )
df |
output of |
type |
one of "median","smooth","smoothmedian"
|
xlim |
x axis limits via |
vline_pos |
numeric vector. add vertical lines at the given day of year |
xlab |
x axis label |
strip_text_y |
override the strip text on the y axis |
annotations |
logical, show plot subtitles? default true |
alpha |
control the alpha of the underlying timeseries |
... |
W. S. Drysdale
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.