Description Usage Arguments Details Value Author(s)
View source: R/discretize_raster.R
Discretize raster based boxplots statistics and outliers
1 | discretize_raster(x, split_IQR = FALSE)
|
x |
filename (character), Extent, Raster*, sf, SpatialPixels*, SpatialGrid*, object, 'image', matrix, im, or missing. Supported file types are the 'native' raster package format and those that can be read via |
split_IQR |
logical. Should the inter-quartile range be split at the median to form different ranges? The default is TRUE |
The ranges are bounded by the lower outlier (if any), extreme of the lower whisker, the lower ‘hinge’, the median, the upper ‘hinge’, the extreme of the upper whisker, and the upper outlier (if any).
A raster layer or list of raster layers
Issoufou Liman
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.