plot.fdqcs.depth | R Documentation |
Generic function for plotting charts of object of class 'fdqcs.depth' to perform statistical quality control.
## S3 method for class 'fdqcs.depth'
plot(
x,
title.fdata = NULL,
title.depth = NULL,
xlab = NULL,
ylab = NULL,
col = NULL,
draw.control = NULL,
...
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.