powered by
Aggregates monthly data into seasonal averages.
monthly_to_seasonal(data)
Data frame with seasonal data.
Data frame. Monthly data with Date and Value columns.
if (FALSE) { # 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) }
Run the code above in your browser using DataLab