| methods.ilab | 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@lgcgroup.com
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.