summary.ISEdata {ISEtools} | R Documentation |
Summarises ISE data
Description
summary.ISE takes an object of class ISEdata (e.g. see loadISEdata) and produces metadata for it.
Usage
## S3 method for class 'ISEdata'
summary(object, ...)
Arguments
object |
Data set of class ISEdata |
... |
Other objects passed through. |
Value
metadata: Metadata for the ISEs, a list with N, R, calibration.only, M, and stdadd
N |
Total number of calibration observations |
R |
Number of ISEs |
calibration.only |
Indicates calibration only data (T), or calibration and experimental data (F) |
M |
Number of experimental samples (NA if no experimental data were loaded) |
stdadd |
Indicates whether standard addition used for experimental samples (T) or the basic model was used (F), or no experimental data (NA) |
Author(s)
Peter Dillingham, peter.dillingham@otago.ac.nz
See Also
Examples
data(LeadStdAdd)
summary(LeadStdAdd)
[Package ISEtools version 3.2.0 Index]