Learn R Programming

forestChange (version 1.0)

EBVstats: EBV Stats

Description

This function is a wrapper of cellStats to computes statistics for CCPolygon objects.

Usage

EBVstats(ccp, stats, mc.cores = detectCores(), ...)

Arguments

ccp

RasterStack or NULL. Stack such as that produced by CCPolygon. If NULL then NULL is returned.

stats

character vector of stats defined in cellStats. If missing then 'mean', 'sd' and 'max' are computed.

mc.cores

numeric. The number of cores, see mclapply.

Additional arguments in cellStats

Value

list of EBVstats.

Examples

Run this code
# NOT RUN {
EBVstats(NULL)
# }

Run the code above in your browser using DataLab