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.
# NOT RUN {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']])
# }