View source: R/plot_aligned_curves.R
plot.aligned_curves | 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
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.