Compute global statistics, that is summarized values of an entire SpatRaster.
If x is very large global will fail, except when fun is one of "mean", "min", "max", or "sum".
Usage
# S4 method for SpatRaster
global(x, fun="mean", ...)
Arguments
x
SpatRaster
fun
function to be applied to summarize the values by zone. Either as character:"mean", "min", "max", "sum"; or, for relatively small SpatRasters, a proper function
...
additional arguments passed on to fun
Value
A data.frame with a row for each layer
See Also
zonal for "zonal" statistics, and app or Summary-methods for "local" statistics, and extract for summarizing values for polygons. Also see focal for "focal" or "moving window" operations.