fgsProcrustes {Momocs} | 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")