Usage
## S3 method for class 'fds':
lines(x, plot.type = c("functions", "time", "depth", "density"), index,
labels = NULL, label.cex = 0.7, col = NULL, lty = 1,
pch = c(1:9,0, letters, LETTERS), ...)
Arguments
x
An object of class fds
or fts
. plot.type
Type of plot. See details for more explanations.
index
Indices of curves. When lines.fd
and points.fd
are called, index allows users to specify
which curve or curves are plotted. For instance, when index=2, the second curve ordered by time or depth or
density is plotted.
labels
Character vector of length length(y$x)
. If plot.type="time"
then the
labels are printed beside each time plot.
label.cex
Character size for labels.
col
Colors to use in plot. Default is to use a rainbow color palette with the number of colors equal to the
number of functions.
pch
Either an integer specifying a symbol or a single character to be used as the default in plotting
points.
...
Other plotting parameters passed to par
.