R-CMD-check Binder DOI

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"

fd-dimensionality: Effect of the number of traits on fd-env relationships

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

How to cite

Please cite this compendium as:

GreniƩ M., Munoz F., Violle C., (r format(Sys.Date(), "%Y")). Compendium of R code and data for r Title. Accessed r format(Sys.Date(), "%d %b %Y"). Online at https://doi.org/10.5281/zenodo.5570256

How to download or install

You can install this compendium as an R package, fddimensionality, from GitHub with:

# install.packages("devtools")
remotes::install_github("Rekyt/fddimensionality_ms")

How to run

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())


Rekyt/fddimensionality_ms documentation built on Jan. 29, 2023, 6:22 a.m.