knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "README-" ) # Please put your title here to include it in the file below. Title <- "When more is less: adding more traits dilutes the functional diversity-environment relationship"
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., (
r format(Sys.Date(), "%Y")
). Compendium of R code and data forr Title
. Accessedr format(Sys.Date(), "%d %b %Y")
. 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.