plot.lab.qcdata: 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 lab.qcdata
plot(x, xlab = NULL, ylab = NULL, col = "blue", ...)
Arguments
- x
An object of class lab.qcdata (Univariate Quality Control Data).
- 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
Run this codelibrary(ILS)
data(Glucose)
Glucose.qcdata <- lab.qcdata(Glucose)
str(Glucose.qcdata)
plot(Glucose.qcdata)
Run the code above in your browser using DataLab