Learn R Programming

funcharts (version 1.8.0)

plot.mfd: Plot multivariate functional data

Description

Plot multivariate functional data

Usage

# S3 method for mfd
plot(x, y, add = FALSE, common_ylim = TRUE, ...)

Arguments

x

An mfd object.

y

Ignored.

add

Logical; if TRUE, add curves to an existing mfd plot (using matlines) instead of creating a new one.

common_ylim

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).