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

View source: R/00_mfd.R

lines.mfdR Documentation

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 class 'mfd'
lines(x, ...)

Arguments

x

An mfd object.

...

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

Value

Invisibly returns NULL.

See Also

plot.mfd, abline_mfd


funcharts documentation built on Dec. 12, 2025, 5:06 p.m.