README.md

funalpha

R-CMD-check

This package provides an interface inspired from the fundiversity package to compute functional richness with alpha-shapes as described in Gruson (2020).

Installation

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

# install.packages("remotes")
remotes::install_github("bisaloo/funalpha")

Usage

library(funalpha)
data("traits_birds", package = "fundiversity")

fa_fric_ashape(traits_birds[, -1])
#> 'avalue' automatically set to 6.6384e+04
#>   site     FRic
#> 1   s1 9450.043


Bisaloo/funalpha documentation built on Dec. 17, 2021, 11:49 a.m.