-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
41 lines (29 loc) · 1.77 KB
/
README.Rmd
File metadata and controls
41 lines (29 loc) · 1.77 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
40
41
---
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%"
)
```
# Momocs2 <a href="https://momx.github.io/Momocs2/"><img src="man/figures/logo.png" align="right" height="139" alt="Momocs2 website" /></a>
<!-- badges: start -->
[](https://CRAN.R-project.org/package=Momocs2)
[](https://github.com/MomX/Momocs2/actions/workflows/R-CMD-check.yaml)
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
<!-- badges: end -->
The goal of Momocs2 is to provide a complete, convenient, reproducible and open-source toolkit for 2D morphometrics.
Once finished, it will include most common 2D morphometrics approaches on outlines, curves (aka open outlines), configurations of landmarks, traditional morphometrics, and facilities for data preparation, manipulation and visualization with a consistent grammar throughout.
It allows reproducible, complex morphometrics analyses and other morphometrics approaches. It should be easy to plug in, or develop from, on top of this canvas.
Momocs2 is part of [MomX ecosystem](https://momx.github.io/) and is a complete rewrite of [Momocs](https://momx.github.io/Momocs).
## Installation
You can install the development version of Momocs2 like so:
``` r
pak::pkg_install("Momocs2") # from CRAN when released
pak::pkg_install("MomX/Momocs2") # from GitHub
```
Also have a look to [MomX package](https://momx.github.io/MomX).