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

Description Usage Arguments Value

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/spreadPoints documentation built on May 8, 2019, 1:15 p.m.