Description Usage Arguments Value Examples
Year over Month plot
1 | ggts_year_over_month(data, time = Month, y = count, period = Period)
|
data |
data frame with yearly data (long format) with average values for the seasons. |
time |
data frame column for values of x axes. |
y |
data frame column for values of y axes. |
period |
group and col aestetic for points and lines |
plot object of mode 'plot
1 2 | ggts_year_over_month(monthly_climate_basel %>%
dplyr::filter(Measure == "Temperature"), period = Year)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.