Plot multivariate functional data
# S3 method for mfd
plot(x, y, add = FALSE, common_ylim = TRUE, ...)An mfd object.
Ignored.
Logical; if TRUE, add curves to an existing mfd plot
(using matlines) instead of creating a new one.
Logical; if TRUE, all panels share the same y-limits, otherwise each panel adapts its own scale.
Graphical arguments passed to matplot (if
add=FALSE) or to matlines (if add=TRUE).