Description Usage Arguments Value Author(s) Examples
View source: R/timstats.seasmean_fullday.R
Seasonal means
timstats.seasmean_fullday(series,yearbegin,yearend)
computes time series
of seasonal means (mean annual cycle at seasonal resolution; last
December value is skipped) based on a daily time series covering full
years.
1 | timstats.seasmean_fullday(series, yearbegin, yearend)
|
series |
Time series (vector) at daily resolution and for full years (full Gregorian calendar). |
yearbegin |
First year of time series. |
yearend |
Last year of time series. |
List with 4 elements (one for each season) containing vectors of seasonal means. Last DJF mean (December only) is skipped.
Sven Kotlarski (MeteoSwiss)
1 2 3 4 5 6 | ## Not run:
# Compute seasonal means for a daily time series covering
# the years 2000 to 2005
timstats.seasmean_fullday(series,2000,2005)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.