Description Usage Arguments Value
This function is Experimental. Replaces points greater than the acceptable distance 3 times and replaces with NA to realign and try again. At the end replaces with template data where outside of the required distance.
1 2 3 4 5 6 7 8 9 | threestep_alignment(
template,
aligned_data,
original_data,
npoints,
dist1,
dist2,
dist3
)
|
template |
The template dataset to align to |
aligned_data |
the data in a preliminary aligned form |
original_data |
the data after selecting by npoints |
npoints |
The number of points in the cap (to align by) |
dist1 |
Numeric. The first distance to align at |
dist2 |
Numeric. The second distance to align at |
dist3 |
Numeric. The third distance to align at |
a dataset that has been realigned three times at different distances to replace hopefully no more than the needed number of points only.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.