plot.aligned_curves: Plot method for aligned curves

View source: R/plot_aligned_curves.R

plot.aligned_curvesR Documentation

Plot method for aligned curves

Description

Plots objects of class aligned_curves. Points of same color correspond after the second curve is optimally aligned to the first curve.

Usage

## S3 method for class 'aligned_curves'
plot(x, points_col = rainbow, ...)

Arguments

x

object of class aligned_curves, usually a result of a call to align_curves

points_col

which color palette is used for points on the curves, default is rainbow, see rainbow for further options.

...

further plotting parameters.

Value

No value

See Also

For examples see documentation of align_curves.


elasdics documentation built on Dec. 10, 2022, 1:08 a.m.