removeOutliers: Remove outliers

Description Usage Arguments Examples

View source: R/removeOutliers.R

Description

Remove outliers for the purpose of plotting

Usage

1
removeOutliers(x, na.rm = TRUE)

Arguments

x

A data frame

na.rm

Logical: remove NA.

Examples

1
2
3
4
## Not run: 
foo <- removeOutliers(bar)

## End(Not run)

keberwein/krisUtils documentation built on May 20, 2019, 5:26 p.m.