print.massStandard: S3 method for printing objects of class '"massStandard"'

Description Usage Arguments Value See Also Examples

View source: R/print.massStandard.R

Description

The function prints objects of class "massStandard".

Usage

1
2
3
4
## S3 method for class 'massStandard'
print(x, minimal = TRUE, description = TRUE,
  institution = TRUE, density = FALSE, envConditions = TRUE,
  addInfo = TRUE, ...)

Arguments

x

Object of class "massStandard".

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

massStandard(), print.massStandardKit()

Examples

1
2
3

masscor documentation built on Sept. 13, 2021, 9:06 a.m.