Learn R Programming

masscor (version 0.0.7.1)

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

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

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

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

Run the code above in your browser using DataLab