methods.ilab {metRology} | R Documentation |
Methods for the 'ilab' class.
Description
Functions for printing and plotting interlaboratory study objects objects of class ‘ilab’.
Usage
## S3 method for class 'ilab'
print(x, ..., digits = NULL, right = FALSE)
## S3 method for class 'ilab'
plot(x, ...)
Arguments
x |
An object of class ‘ilab’ |
digits |
Number of digits to display in budget and (if present) distribution parameter lists.
Passed to |
right |
If TRUE, strings in uncertainty budget are right-justified.
This differs from the default in |
... |
Parameters passed to other functions |
Details
The print method uses print.data.frame
to display the data after formatting the
distrib
and distrib.pars
elements.
The plot method passes the object to kplot
.
Value
The print and plot methods are called for their side effects.
Author(s)
S. L. R. Ellison s.ellison@lgc.co.uk
References
None, yet.
See Also
ilab-class
, subset.ilab
kplot
.
Examples
data(Pb)
il.pb<-construct.ilab(org=Pb$lab, x=Pb$value, measurand="Pb", item="none",
u=Pb$u, k=Pb$k, U=Pb$U, title=c("CCQM K30", "Lead in wine"), method=Pb$method)
print(il.pb)
plot(il.pb)
[Package metRology version 0.9-28-1 Index]