getOutlierWells | R Documentation |
Returns a data.frame of well plate wells that indicates
how often a wells distance value to other wells is assumed to
be an outlier by grDevices::boxplot.stats()
.
getOutlierWells(object, threshold = 0.75, verbose = NULL)
object |
A valid cypro object. |
threshold |
Numeric value. The minimum percentage of wells to which a wells distance must be assumed to be an outlier. Defaults to 0.75. |
verbose |
Logical. If set to TRUE informative messages regarding the computational progress will be printed. (Warning messages will always be printed.) |
A data.frame of well plate wells.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.