Learn R Programming

funcharts (version 1.8.0)

lines.mfd: Add curves to an existing multivariate functional data plot

Description

Adds new curves from an mfd object to an existing plot created by plot.mfd. Each variable is added to its corresponding panel, using the same scales and layout as the original plot.

Usage

# S3 method for mfd
lines(x, ...)

Value

Invisibly returns NULL.

Arguments

x

An mfd object.

...

Graphical arguments passed to plot.mfd with add=TRUE.

See Also

plot.mfd, abline_mfd