Usage
# S3 method for fds
plot(x, plot.type = c("functions", "time", "depth", "density"),
col = NULL, type = "l", lty = 1, xlab = x$xname, ylab = x$yname,
pch = c(1:9,0, letters, LETTERS), add = FALSE, index,
colorchoice = c("rainbow", "heat.colors", "terrain.colors",
"topo.colors", "cm.colors", "rainbow_hcl", "gray", "sequential_hcl",
"heat_hcl", "terrain_hcl", "diverge_hcl"), plotlegend = FALSE,
legendpos = "topright", ncol = 1, ...)
# S3 method for fds
lines(x, type = "l", index, ...)
# S3 method for fds
points(x, type = "p", index, ...)