Plots objects of class aligned_curves.
Points of same color correspond after the second curve is optimally aligned to the first curve.
# S3 method for aligned_curves
plot(x, points_col = rainbow, ...)No value
object of class aligned_curves, usually a result of a call to align_curves
which color palette is used for points on the curves,
default is rainbow, see rainbow for further options.
further plotting parameters.
For examples see documentation of align_curves.