Description Usage Arguments Value Examples
View source: R/symm_templates.R
Mirrors landmark templates for each specimen and calculates mean of original and mirrored template (see also mirror_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 symmetrized landmark data
1 2 3 4 5 6 7 | data(LondonSet_aligned)
data(mirroredlandmarks)
symm <- symm_templates(LondonSet_aligned, mirroredlandmarks)
geomorph::plotAllSpecimens(LondonSet_aligned)
geomorph::plotAllSpecimens(symm)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.