Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bisaloo/funalpha
https://github.com/bisaloo/funalpha
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bisaloo/funalpha
- Owner: Bisaloo
- License: gpl-3.0
- Created: 2021-06-09T14:19:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-13T07:58:45.000Z (over 3 years ago)
- Last Synced: 2024-10-24T16:18:30.766Z (3 months ago)
- Language: R
- Size: 76.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
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])
```