removeoutliers {normfluodbf} | R Documentation |
Outliers
Description
Outliers
Usage
remove_outliers(plate)
## Default S3 method:
remove_outliers(plate)
## S3 method for class ''96well_plate''
remove_outliers(plate)
## S3 method for class ''384well_plate''
remove_outliers(plate)
## S3 method for class ''1536well_plate_t1''
remove_outliers(plate)
## S3 method for class ''1536well_plate_t2''
remove_outliers(plate)
Arguments
plate |
plate |
Value
plate
plate
plate
plate
plate
plate
plate
Note
Works on a data frame not in well format.
Works on a data frame not in well format.
Works on a data frame not in well format.
Works on a data frame not in well format.
Works on a data frame not in well format.
Examples
## Not run: remove_outliers(plate)
[Package normfluodbf version 2.0.0 Index]