This is the companion repository for the following paper:
GreniƩ M., Munoz F., Violle C. (2022). When more is less: adding more traits dilutes the functional diversity-environment relationship. Submitted
Please cite this compendium as:
GreniƩ M., Munoz F., Violle C., (2022). Compendium of R code and data for When more is less: adding more traits dilutes the functional diversity-environment relationship. Accessed 14 Oct 2022. Online at https://doi.org/10.5281/zenodo.5570256
You can install this compendium as an R package, fddimensionality
,
from GitHub with:
# install.packages("devtools")
remotes::install_github("Rekyt/fddimensionality_ms")
The analyses of the compendium heavily rely on the use the of workflow
management package drake
.
All analyses are contained within the R
directory.
To run them run the following lines:
# Beware this may take a long time (>10 hours on a single computer)
pkgload::load_all()
drake::make(global_workflow())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.