Description Usage Arguments Value Author(s) Examples
View source: R/reclassifion_matrix.R
Create reclassification matrix based on boxplot statistics and outliers or user defined specifications.
1 2 | reclassifion_matrix(x, split_IQR = FALSE, custum_rclmat = NULL,
sample = FALSE, size = 1000)
|
x |
numeric vector, data.frame, or raster object. |
split_IQR |
logical. Should the inter-quartile range be split at the median to form different ranges? The default is TRUE |
custum_rclmat |
numeric vector indicating the limits based on which to reclassify x. |
sample |
Logical. Should the data be sampled? If TRUE, the result is based on a ramdon sampling of the original data. |
size |
Integer. Sample size (if sample is TRUE or if the data cannot be process in memory). |
... |
Additional arguments passed to get_boxplot_range_1d. |
a matrix (if x is one dimensional) or list of matrix.
Issoufou Liman
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.