View source: R/core-ldk-procrustes.R
fgsProcrustes | R Documentation |
Directly wrapped around geomorph::gpagen
.
fgsProcrustes(x)
x |
Ldk object with some |
a list
Landmarks methods are the less tested in Momocs. Keep in mind that some features are still experimental and that your help is welcome.
See ?gpagen
in geomorph
package
Other procrustes functions:
fProcrustes()
,
fgProcrustes()
,
pProcrustes()
ch <- chaff %>% slice(1:5) # for the sake of speed
chaffp <- fgsProcrustes(ch)
chaffp
chaffp %>% PCA() %>% plot("taxa")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.