Learn R Programming

masscor (version 0.0.7.1)

print.calibCert: S3 method for printing objects of class "calibCert"

Description

The function prints objects of class "calibCert".

Usage

# S3 method for 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

Run this code
# NOT RUN {
data(MT.XPE.204)
print(MT.XPE.204)
# }

Run the code above in your browser using DataLab