Plot method for irregFdata objects
# S3 method for irregFdata
plot(
x,
...,
col = NULL,
lty = 1,
lwd = 1,
main = NULL,
xlab = NULL,
ylab = NULL,
add = FALSE,
alpha = 0.7
)Invisibly returns the input object x.
An irregFdata object.
Additional arguments passed to plot.
Colors for curves.
Line type.
Line width.
Plot title.
X-axis label.
Y-axis label.
Logical. If TRUE, add to existing plot.
Transparency for many curves.