powered by
This calculates the seasonal averages from a time series.
seasonal_averages(timeseries, season = "Spring", startSeason = NULL, endSeason = NULL, parallel = FALSE)
Time series (xts class).
Name of the season (Autumn, Winter, Spring, Summer)
String encoding the start of the season (e.g. for spring in the northen hemisphere this is "03-21")
String encoding the end of the season (e.g. for spring in the northen emisphere this is "06-20")
Logical, FALSE by default. If parallel = TRUE means that the function can be used in parallel computations.
A vector containing the seasonal average and significance level (p-value) for each time series.
# NOT RUN { seasonal_averages(CMR(18019), season = "Spring") seasonal_averages(list(CMR(18019), CMR(18019)), season = "Spring") # } # NOT RUN { # }
Run the code above in your browser using DataLab