dailyExtreme: Extracts extreme values from sub-daily raster time series.

Description Usage Arguments Value Examples

Description

dailyExtreme extracts extreme values from raster based time series (RasterBrick or RasterStack object, see: Raster-class) on a sub-daily basis.

Usage

1
dailyExtreme(variable, min = T, cores = 10, timedate, clcall = NULL)

Arguments

variable

A RasterBrick or RasterStack object with values on a sub-daily resolution.

min

A logical value indicating if daily minima (min = TRUE) or daily maxima (min = FALSE) should be extracted.

cores

The number of cores to be used in parallel computing.

timedate

A POSIXct vector containing the time information for each band/layer of variable.

clcall

A function passed to clusterCall.

Value

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).

Examples

1
#

henningte/herdersWDA documentation built on May 16, 2019, 3:11 p.m.