A R package to detect communities assembly processes by functionnal traits
The package is described in Ecography: cati: an R package using functional traits to detect and quantify multi-level community assembly processes.
Install the latest versions of all dependencies from CRAN:
install.packages(c("devtools", "e1071", "mice", "rasterVis", "hypervolume", "FD", "geometry", "vegan", "nlme", "ade4", "ape"))
Install cati’s current development version from Github:
devtools::install_github("adrientaudiere/cati")
Install cati’s cran version:
install.packages("cati")