print.calibCert {masscor}R Documentation

S3 method for printing objects of class "calibCert"

Description

The function prints objects of class "calibCert".

Usage

## S3 method for class 'calibCert'
print(x, complete = FALSE, nudeCertificate = FALSE, ...)

Arguments

x

Object of class "massStandard".

complete

logical default to FALSE. If TRUE, all the information contained in the object of class calibCert is shown.

nudeCertificate

logical default to FALSE. If TRUE, the object of class calibCert is shown as a list.

...

Further arguments passed to or from other methods.

Value

No return value, called for side effects.

See Also

calibCert(), plot.calibCert()

Examples

data(MT.XPE.204)
print(MT.XPE.204)

[Package masscor version 0.0.7.1 Index]