Description Usage Arguments Value Examples
dailyMeans
aggregates raster based time series
(RasterBrick
or RasterStack
object, see:
Raster-class
) on a sub-daily basis
by computing the respective daily mean values for each
raster cell.
1 | dailyMeans(variable, cores = 10, timedate, clcall = NULL)
|
variable |
A |
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.