Description Usage Arguments Value Examples
View source: R/mirror_templates.R
Mirror landmark templates
1 |
data |
Array holding landmark data of dimensions p, k, and n. p = number of landmarks, k = dimension (2D or 3D), n = number of specimens. |
mirroredlandmarks |
Vector specifying order of mirrored landmarks |
Returns array containing mirrored landmark data
1 2 3 4 5 6 7 | data(LondonSet_aligned)
data(mirroredlandmarks)
mirr <- mirror_templates(LondonSet_aligned, mirroredlandmarks)
geomorph::plotAllSpecimens(LondonSet_aligned)
geomorph::plotAllSpecimens(mirr)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.