R/statistics.R
remove.outliers.Rd
Remove outliers
remove.outliers(x, factor = 1.5)
a numeric vector
default 1.5
remove.outliers(c(1, 10:15)) #> [1] 10 11 12 13 14 15