View source: R/temperature_timeseries.R
| getCalendarDayMeans | R Documentation |
Calculate calendar day mean temperatures from historical series
getCalendarDayMeans(
temp_hist = temp_hist,
lookback = "-10 year",
series_ending = NULL
)
temp_hist |
Temperature time series formatted using
|
lookback |
Subset the historical time series starting at a past date.
Must match the format for the 'by' argument in |
series_ending |
Subset the historical time series ending date. Must be a
valid |
## get past temperature series from append_TempSeq example
example("append_TempSeq")
temp_hist <- mosqmod::formatTempSeq(temp_hist)
# using default - 10 years from most recent temperature
getCalendarDayMeans(temp_hist = temp_hist)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.