This package provides an interface inspired from the fundiversity package to compute functional richness with alpha-shapes as described in Gruson (2020).
You can the latest version of this package from GitHub with:
# install.packages("remotes")
remotes::install_github("bisaloo/funalpha")
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.