powered by
This function is a wrapper of cellStats to computes statistics for CCPolygon objects.
cellStats
CCPolygon
EBVstats(ccp, stats, mc.cores = detectCores(), ...)
RasterStack or NULL. Stack such as that produced by CCPolygon. If NULL then NULL is returned.
RasterStack
NULL
character vector of stats defined in cellStats. If missing then 'mean', 'sd' and 'max' are computed.
character
'mean'
'sd'
'max'
numeric. The number of cores, see mclapply.
numeric
mclapply
Additional arguments in cellStats
list of EBVstats.
list
EBVstats
# NOT RUN { EBVstats(NULL) # }
Run the code above in your browser using DataLab