MomX / Momecs

:bear: Morphometric (and multivariate) explorer controlled by shiny

Home Page:https://momx.github.io/Momecs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

:bear: Morphometric (and multivariate) explorer controlled by shiny

https://momx.github.io/Momecs/

License:GNU General Public License v3.0


Languages

Language:R 99.9%Language:CSS 0.1%