-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
39 lines (28 loc) · 1.58 KB
/
README.Rmd
File metadata and controls
39 lines (28 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# Momstats <a href="https://momx.github.io/Momstats/"><img src="man/figures/logo.png" align="right" height="139" alt="Momstats website" /></a>
<!-- badges: start -->
[](https://github.com/MomX/Momstats/actions/workflows/R-CMD-check.yaml)
[](https://CRAN.R-project.org/package=Momstats)
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
<!-- badges: end -->
The goal of 'Momstats' is to provide statistical methods on top of 'Momocs2' tibbles, and chiefly multivariate methods on morphometric data.
This includes mean shapes, principal component analyses along with morphological space reconstruction, multivariate hypothesis testing, linear discriminant analyses with permutations and balancing, hierachical clustering methods, kmeans and kmedoids, etc.
Visualization is at heart with several extensions to 'ggplot2' graphics.
A light dispatching strategy makes it comfortable and consistent to use.
## Installation
You can install the development version of Momstats from [GitHub](https://github.com/) with:
``` r
# install.packages("pak") # once on CRAN
pak::pak("MomX/Momstats") # from Github
```