knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

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 install the released version of Momecs from CRAN with:

install.packages("Momecs")

--> 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.



MomX/Momecs documentation built on May 17, 2019, 6:22 p.m.