Description Usage Arguments Value Examples
dailyExtreme
extracts extreme values from raster
based time series
(RasterBrick
or RasterStack
object, see:
Raster-class
) on a sub-daily basis.
1 | dailyExtreme(variable, min = T, cores = 10, timedate, clcall = NULL)
|
variable |
A |
min |
A logical value indicating if daily minima ( |
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 extracted extreme values of the
raster time series 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.