raster_mode | R Documentation |
Calculate mode for aggregating ESG rasters to coarser resolution
raster_mode(x, na.rm = T)
x |
Vector of values pulled from a raster. Can be numeric, character, factor, logical. |
na.rm |
Logical. Omit NA values? |
Modal value of the inputs in same format as inputs. If multiple modes exist, returns the first appearing value of the set of modes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.