get_Procrustes_fit_from_param | R Documentation |
Compute the Procrustes fit given optimal rotation, scaling and translation.
get_procrustes_fit_from_param(
data_curve,
rot,
scale,
plength,
trans,
norm_factor
)
data_curve |
A |
rot |
The rotation (in radian). |
scale |
The scaling. |
plength |
The polygon length of the original curve. |
trans |
The translation. |
norm_factor |
The normalization factor from the smooth curve estimate. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.