get_Procrustes_fit_from_param {elastes} | R Documentation |
Helper functions for calculating Procrustes data curve from rotation, scaling and translation parameters.
Description
Compute the Procrustes fit given optimal rotation, scaling and translation.
Usage
get_procrustes_fit_from_param(
data_curve,
rot,
scale,
plength,
trans,
norm_factor
)
Arguments
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. |
[Package elastes version 0.1.7 Index]