identifyWhiskersAndOutliers: A function to identify the locations of the whiskers in a...

Description Usage Arguments Value

View source: R/spreadPoints.R

Description

Function used by spreadPoints()

Usage

1

Arguments

values

A vector of numerical values

range

Numerical value used to determine outliers. Outliers are defined as those outside range * InterQuartileRange

Value

Returns a list containing two vectors: "Upper" and "Lower". THe first value in these vectors is the whisker location. The remaining values are outliers.


JosephCrispell/plotteR documentation built on June 6, 2021, 7:24 p.m.