Part of MomX
The goal of Momecs is, for multivariate data, and particularly morphometric data, to easily subset and perform PCA, LDA, SVM, KMEANS, HCLUST and friends.
Sometimes reproducibility profits some buttons and clicks.
You can try the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("vbonhomme/Momecs")
library(Momecs)
# On toy datasets
Momecs()
# On a Coe object
olea %>% opoly(5, nb.pts=60) %>% Momecs()
More to come soon.