plot.lab.qcs {ILS} | R Documentation |
Plot method for 'lab.qcs' objects
Description
Generic function for plotting objects of 'lab.qcs' class. Results of univariate ILS studies are graphically shown.
Usage
## S3 method for class 'lab.qcs'
plot(x, title = NULL, xlab = NULL, ylab = NULL, col = NULL, ylim = NULL, ...)
Arguments
x |
An object of class |
title |
Main title for the plot. |
xlab |
Title for the x axis. |
ylab |
Title for the y axis. |
col |
Color specifications. |
ylim |
A Numeric vectors of length 2 (coordinates ranges). |
... |
Other arguments to be passed to or from methods. |
Examples
library(ILS)
data(Glucose)
Glucose.qcdata <- lab.qcdata(Glucose)
Glucose.qcs <- lab.qcs(Glucose.qcdata)
plot(Glucose.qcs)
[Package ILS version 0.3 Index]