Description Usage Arguments Value Examples
Monthly plot will be provided wit loess smooth line (no facetting)
1 | ggts_season_w_smooth(data, time = Year_Month, y = count, season = Month)
|
data |
data frame with monthly data (long format) |
time |
data frame column for values of x axes. |
y |
data frame column for values of y axes. |
season |
col aestetic for points and loess smooth |
plot object of mode 'plot
1 2 | ggts_season_w_smooth(monthly_climate_basel) +
ggplot2::facet_wrap(~Measure, ncol = 1, scales = "free")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.