outliers: Outliers

View source: R/utils-stats.R

outliersR Documentation

Outliers

Description

This function returns those entries which fall outside the lower and upper fences given a numeric vector. The lower fence is calculated as 'q1 - 1.5*IQR' and the upper as 'q3 + 1.5*IQR'.

Usage

outliers(x)

Arguments

x

Numeric vector to identify outliers for

Value

Numeric vector of outliers


VEuPathDB/plot.data documentation built on Feb. 20, 2025, 6:33 p.m.