Learn R Programming

ISEtools (version 3.2.0)

summary.ISEdata: 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 ISEdata
summary(object, ...)

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)

Arguments

object

Data set of class ISEdata

...

Other objects passed through.

Author

Peter Dillingham, peter.dillingham@otago.ac.nz

See Also

loadISEdata

Examples

Run this code
data(LeadStdAdd)
summary(LeadStdAdd)	

Run the code above in your browser using DataLab