| plot.lab.qcdata {ILS} | R Documentation | 
Plot method for 'lab.qcdata' objects
Description
Generic function for plotting objects of 'lab.qcdata' class. Results of univariate ILS studies are graphically shown.
Usage
## S3 method for class 'lab.qcdata'
plot(x, xlab = NULL, ylab = NULL, col = "blue", ...)
Arguments
x | 
 An object of class   | 
xlab | 
 Title for the x axis.  | 
ylab | 
 Title for the y axis.  | 
col | 
 Color of type material, when there only one.  | 
... | 
 Other arguments to be passed to or from methods.  | 
Examples
library(ILS)
data(Glucose)
Glucose.qcdata <- lab.qcdata(Glucose)
str(Glucose.qcdata)
plot(Glucose.qcdata)
[Package ILS version 0.3 Index]