monthly_to_seasonal | R Documentation |
Aggregates monthly data into seasonal averages.
monthly_to_seasonal(data)
data |
Data frame. Monthly data with Date and Value columns. |
Data frame with seasonal data.
## Not run:
# Assuming you have monthly data in a data frame 'monthly_data'
# with columns 'Date' (in 'YYYY-MM' format) and 'Value'
seasonal_data <- monthly_to_seasonal(monthly_data)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.