outliers: Find Outliers

View source: R/outliers.R

outliersR Documentation

Find Outliers

Description

Find the outliers in a vector of values.

Usage

outliers(x)

Arguments

x

vector

Value

A list with a variable idx containing the indices of the outliers and a variable values containing the values of the outliers.

Examples

x=c(100,30:40,101,25:28)
outliers(x)

smallstuff documentation built on June 2, 2022, 5:06 p.m.