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 |
error |
logical. If |
y0line |
Logical. If |
... |
Other graphical parameters used in |
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]