plot.calibCert: S3 method for plotting objects of class '"calibCert"'

Description Usage Arguments Value See Also Examples

View source: R/plot.calibCert.R

Description

The function plots the indication error or the conventional mass correction for a balance whose calibration data is in a object of class "calibCert".

Usage

1
2
## S3 method for class 'calibCert'
plot(x, error = TRUE, y0line = TRUE, ...)

Arguments

x

object of class "calibCert".

error

logical. If TRUE (the default), the indication error is plotted. If FALSE the conventional mass correction is plotted instead.

y0line

Logical. If TRUE (the default) a horizontal line is drawn at y = 0.

...

Other graphical parameters used in plot

Value

A base plot with calibration data of indication error or correction.

See Also

calibCert(), print.calibCert()

Examples

1
2

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