Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bisaloo/funalpha


https://github.com/bisaloo/funalpha

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

        

---
output: github_document
---

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

# `r devtools::as.package(".")$package`

[![R-CMD-check](https://github.com/Bisaloo/funalpha/workflows/R-CMD-check/badge.svg)](https://github.com/Bisaloo/funalpha/actions)

This package provides an interface inspired from the
[fundiversity](https://cran.r-project.org/package=fundiversity) package to
compute functional richness with alpha-shapes as described in
[Gruson (2020)](https://doi.org/10.1111/2041-210X.13398).

## Installation

You can the latest version of this package from GitHub with:

```{r, eval = FALSE}
# install.packages("remotes")
remotes::install_github("bisaloo/funalpha")
```

## Usage

```{r example}
library(funalpha)
data("traits_birds", package = "fundiversity")

fa_fric_ashape(traits_birds[, -1])
```