Description Usage Arguments Value Examples
dailySums
computes total daily sums of a raster based time series
(RasterBrick
or RasterStack
object, see:
Raster-class
) on a sub-daily basis by computing
the sum of each raster cell for a specified temporal resolution.
In principle, this function can be used in order to compute any
aggregate value that is based on sums.
1 |
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 summed 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.