Description Usage Arguments Value Examples
monthlyLongTermMeans
aggregates raster based time series
(RasterBrick
or RasterStack
object, see:
Raster-class
) by computing the long-term
mean values for a specified time period grouped by months.
1 2 | monthlyLongTermMeans(variable, tstart, tend, cores = 12, timedate,
clcall = NULL)
|
variable |
A |
tstart |
Numeric value (four places) for the first year of the time period
to consider as long-term interval, e.g. |
tend |
Numeric value (four places) for the last year of the time period
to consider as long-term interval, e.g. |
cores |
The number of cores to be used in parallel computing. |
timedate |
A |
clcall |
A function passed to |
A list with the first element representing the aggregated
raster time series with daily mean values as a RasterBrick
and
the second element a POSIXct
vector containing the date information
(i.e. the days).
1 | #
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.