Description Usage Arguments Details Value Author(s) Examples
View source: R/package-support.R
Define a sliders table (geomorph) for a contour with fixed endpoints
1 | LMK_get_sliders(c1)
|
c1 |
A vector of landmark numbers |
Assumes all points slide sequentially between endpoints
Returns a table of sliders suitable for use with geomorph::gpagen(). This function assumes all points slide sequentially between the max/min landmarks in the sequence.
Daniel Ehrlich
1 2 3 4 5 | lmknums <- 1:100
sli <- LMK_get_sliders(lmknums[80:100]) ## to treat landmarks 80 through 100 as sliders
sli
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.