methods.ilab {metRology} | R Documentation |
Functions for printing and plotting interlaboratory study objects objects of class ‘ilab’.
## S3 method for class 'ilab' print(x, ..., digits = NULL, right = FALSE) ## S3 method for class 'ilab' plot(x, ...)
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 |
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
.
The print and plot methods are called for their side effects.
S. L. R. Ellison s.ellison@lgc.co.uk
None, yet.
ilab-class
, subset.ilab
kplot
.
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)