plot.fdqcs.depth {qcr} | R Documentation |
Plot method for 'fdqcs.depth' objects
Description
Generic function for plotting charts of object of class 'fdqcs.depth' to perform statistical quality control.
Generic function for plotting charts of object of class 'fdqcs.rank' to perform statistical
Usage
## S3 method for class 'fdqcs.depth'
plot(
x,
title.fdata = NULL,
title.depth = NULL,
xlab = NULL,
ylab = NULL,
col = NULL,
draw.control = NULL,
...
)
## S3 method for class 'fdqcs.rank'
plot(
x,
title.fdata = NULL,
title.rank = NULL,
xlab = NULL,
ylab = NULL,
col = NULL,
draw.control = NULL,
...
)
Arguments
x |
Object fdqcs.depth |
title.fdata |
an overall title for the fdata plot |
title.depth |
an overall title for the depth plot |
xlab |
a title for the x axis |
ylab |
a title for the y axis |
col |
The color for curves |
draw.control |
ist that it specifies the col, lty and lwd for objects: fdataobj, statistic, IN and OUT. |
... |
arguments to be passed to or from methods. |
title.rank |
an overall title for the depth plot |
[Package qcr version 1.4 Index]