print.massStandardKit {masscor}R Documentation

S3 method for printing objects of class "massStandardKit"

Description

The function prints objects of class "massStandardKit".

Usage

## S3 method for class 'massStandardKit'
print(x, minimal = FALSE, description = TRUE,
  institution = TRUE, density = FALSE, envConditions = TRUE,
  addInfo = TRUE, ...)

Arguments

x

object of class "massStandardKit".

minimal

logical default to TRUE. If TRUE, only minimal information regarding the calibration certificate is provided.

description

logical. If TRUE (the default) details of class, serial and manufacturer are printed. Ignored if minimal = TRUE.

institution

logical. If TRUE (the default) the calibrating institution information (including calibration traceability information) is printed. Ignored if minimal = TRUE.

density

logical. If TRUE the density information is printed.

envConditions

logical. If TRUE (the default) the environmental conditions at the place and the moment of calibration are printed. Ignored if minimal = TRUE.

addInfo

logical. If TRUE (the default) additional information of the calibration is printed. Ignored if minimal = TRUE.

...

further arguments passed to or from other methods.

Value

No return value, called for side effects.

See Also

massStandardKit(), print.massStandard()

Examples

data(Box.E2.MS.Kit)
print(Box.E2.MS.Kit, minimal = TRUE)
# We can print individual information of a single mass standard:
print(Box.E2.MS.Kit[['20']])

[Package masscor version 0.0.7.1 Index]