Generic function for plotting charts of object of class 'fdqcs.depth' to perform statistical quality control.
Usage
# S3 method for fdqcs.depth
plot(
x,
title.fdata = NULL,
title.depth = NULL,
xlab = NULL,
ylab = NULL,
col = NULL,
draw.control = NULL,
...
)
Arguments
- x
An object of class 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
It specifies the col, lty and lwd for objects: fdataobj, statistic, IN and OUT.
- ...
Arguments to be passed to or from methods.