plot.aligned_curves {elasdics} | R 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 |
points_col |
which color palette is used for points on the curves,
default is rainbow, see |
... |
further plotting parameters. |
Value
No value
See Also
For examples see documentation of align_curves
.
[Package elasdics version 1.1.3 Index]