-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathREADME.Rmd
More file actions
32 lines (24 loc) · 1.01 KB
/
README.Rmd
File metadata and controls
32 lines (24 loc) · 1.01 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
---
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%"
)
```
# traitstrap <img src="man/figures/Traitstrap_hex.png" align="right" alt="" width="120" />
<!-- badges: start -->
[](https://github.com/Plant-Functional-Trait-Course/traitstrap/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->
The goal of traitstrap is to select traits in hierarchical sampling designs.
For more details on the methods see [Maitner et al. (2021)](https://doi.org/10.22541/au.162196147.76797968/v1).
## Installation
You can install traitstrap from [GitHub](https://github.com/Plant-Functional-Trait-Course/traitstrap) with:
``` r
# install.packages("remotes")
remotes::install_github("Plant-Functional-Trait-Course/traitstrap")
```