Content
This research compendium is structure as follows:
data/: contains all the data. Note that the majority of the data are not included in the repository, but the metadata are available for all data presented.
- data-basemap/: contains spatial data used to generate project figures
- data-contact/: contains data on organizations and resource persons for the project
- data-format/: contains the formatted data
- data-integrated/: contains the integrated datasets
- data-metadata/: contains the metadata for the raw data and integrated data
- data-output/: contains the assessment results
- data-param/: contains the general parameters used for the project (i.e. spatial projection, spatial extents, color palettes, nomenclature, etc.)
- data-raw/: contains the raw data; warning : all the data are not available due to data sharing agreements. Refer to metadata for more information on specific datasets
- data-vulnerability/: contains the data for the vulnerability of valued components to environmental stressors
docs/: contains the web page for the research compendium generated by
pkgdown
figures/: contains the project figures
- figures-integrated: figures of integrated data for each category of environmental stressor and valued component
- figures-output: figures of assessment results
inst/templates: presentation templates used to present data
man/: contains the documentation of R functions built for the project
R/: contains all the R function developed for the project
00-pipeline.R
: contains a function that executes the whole project pipeline, i.e. accessing, formatting and integrating the raw data, run the analyses, generate the tables and figures, and render the assessment reports. Warning : this function, if executed in its entirety, will take a long time to run.ana_nom.R
: contains analyses scriptsdataXXXX-nom.R
: contains the routines to access and format raw datafig_nom.R
: contains scripts to generate figuresfnc_nom.R
: contains R function developed for the projectint-cv_nom.R
: contains the routines to integrate valued componentsint-st_nom.R
: contains the routines to integrate environmental stressorsrep_nom.R
: contain code to generate portions of the reportsvuln_nom.R
: contains the routines to integrated the data on the vulnerability of valued components to environmental stressors
report/: contains the report
_pkgdown.yml
: metadata to generate the research compendium web pageDESCRIPTION
: project metadataREADME.Rmd
: research compendium description