shorthand function that applies an arbitrary, user-supplied summary statistic function across an input list of raster objects, returning a scalar value attributable to each grid unit. Will optionally reclassify each input raster to a binary using binary_reclassify() if a non-null value is passed to from=
1 2 | par_calc_stat(X = NULL, fun = NULL, from = NULL,
backfill_missing_w = 0, ...)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.