Description Usage Arguments Details Value Methods See Also Examples
Checks each of the red and green foreground and background channels in
an RGList
for outlying values.
1 2 3 | checkOutliers(obj)
## S4 method for signature 'RGList'
checkOutliers(obj)
|
obj |
An |
Detects outliers outside range of mean +/- 2.665 standard deviations. Returns the indexes of outlying observations in each channel (R,Rb and G,Gb).
Returns a list with the following components
Rout |
index of outliers in the red channel ( |
Rbout |
index of outliers in the red background channel ( |
Gout |
index of outliers in the green channel ( |
Gbout |
index of outliers in the green background channel ( |
signature(obj = "RGList")
1 2 | data(PalateData)
outliers <- checkOutliers(PalateData)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.