Skip to content
/ Momecs Public

🐻 Morphometric (and multivariate) explorer controlled by shiny

License

Notifications You must be signed in to change notification settings

MomX/Momecs

Repository files navigation

Momecs

Part of MomX

lifecycle Travis build status CRAN status

Description

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.

Installation

You can try the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("vbonhomme/Momecs")

Example

library(Momecs)

# On toy datasets
Momecs()

# On a Coe object
olea %>% opoly(5, nb.pts=60) %>% Momecs()

More to come soon.