View source: R/mute_outliers.R
mute_outliers | R Documentation |
This function sets outlier samples (per region, year, model, scenario) to NA. This is useful to
clean your data before fitting. A data point is considered an outlier if it is more than range
times
of the interquartile range away from the the upper or lower end of the interquartile range
http://colingorrie.github.io/outlier-detection.html
mute_outliers(data, range = 1.5)
data |
MAgPIE object containing the samples to remove the duplicates from. |
range |
Multiplied with the interquartile range this is the maximal distance a data point may have to not be considered an outlier. |
Magpie object with duplicated samples set to NA.
David Klein
boxplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.