summary.ISEdata: Summarises ISE data

View source: R/summary.ISEdata.R

summary.ISEdataR 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

loadISEdata

Examples

data(LeadStdAdd)
summary(LeadStdAdd)	

ISEtools documentation built on Oct. 19, 2022, 5:29 p.m.