clear.outliers: Clear Outliers

Description Usage Arguments Examples

View source: R/clear.outliers.R

Description

This function deletes the entries which deviate more than a specific sigma range from the mean.

Usage

1
clear.outliers(x, a = 1.5, use.quartile = T, fill.gaps = F)

Arguments

x

Input data a Sigma range use.quartile Boolean if quartile range (TRUE,default) or standard deviation (FALSE) should be used. fill.gaps Boolean if gaps should be filled with the mean value of neighbouring data points

Examples

1
2
clear.outliers(x = data)
clear.outliers(x = data, a = 2, use.quartile = T)

juliusfoerstel/LaseR documentation built on May 24, 2020, 11:54 a.m.