View source: R/visualizeMorphing.R
visualizeMorphing | R Documentation |
Takes two instances of equal size and some alpha values. Computes the point matching and morphings for the alpha values and visualizes the transition of points of the first instance towards their matched counterparts of the second instance with two different methods.
visualizeMorphing(
x,
y,
point.matching = NULL,
alphas = c(0.25, 0.5, 0.75),
arrows = TRUE,
in.one.plot = TRUE,
point.colour = NULL
)
x |
[ |
y |
[ |
point.matching |
[ |
alphas |
[ |
arrows |
[ |
in.one.plot |
[ |
point.colour |
[ |
[ggplot
]
morphInstances
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.