plot.mfd: Plot multivariate functional data

View source: R/00_mfd.R

plot.mfdR Documentation

Plot multivariate functional data

Description

Plot multivariate functional data

Usage

## S3 method for class '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).


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