plot.calibCert {masscor}R Documentation

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 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

data(MT.XPE.204)
plot(MT.XPE.204)

[Package masscor version 0.0.7.1 Index]