plot.aligned_curves {elasdics} | R Documentation |
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 class 'aligned_curves'
plot(x, points_col = rainbow, ...)
x |
object of class |
points_col |
which color palette is used for points on the curves,
default is rainbow, see |
... |
further plotting parameters. |
No value
For examples see documentation of align_curves
.