discretize_raster: Discretize raster

Description Usage Arguments Details Value Author(s)

View source: R/discretize_raster.R

Description

Discretize raster based boxplots statistics and outliers

Usage

1
discretize_raster(x, split_IQR = FALSE)

Arguments

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 rgdal (see readGDAL

split_IQR

logical. Should the inter-quartile range be split at the median to form different ranges? The default is TRUE

Details

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).

Value

A raster layer or list of raster layers

Author(s)

Issoufou Liman


Issoufou-Liman/SpatialProbs documentation built on Oct. 30, 2019, 7:27 p.m.