-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add trophic sensitivity and adjust cumul
- Loading branch information
1 parent
a5b0759
commit 72d08a5
Showing
6 changed files
with
67 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#' Trophic sensitivity | ||
#' | ||
#' A dataset containing the simplified values for trophic sensitivity as measured by Beauchesne et al. 2021 (DOI: 10.1111/ele.13841) and used by Beauchesne et al. 2020 for network-scale cumulative effects assessments | ||
#' | ||
#' @format ## `trophic_sensitivity` | ||
#' A data frame with 124 rows and 10 columns: | ||
#' \describe{ | ||
#' \item{Motif}{Name of motifs: apparent competition (ap); disconnected (di); exploitative competition (ex); omnivory (om); partially connected (pa); tri-trophic interaction (tt)} | ||
#' \item{Species}{Position of species in motif (x,y,z)} | ||
#' \item{px, py, pz}{Pathways of effects, whether species x, y or z are affected by disturbances} | ||
#' \item{Sensitivity}{Trophic sensitivity scaled between 0 and 1} | ||
#' \item{sensitivity_original}{Original value of trophic sensitivity} | ||
#' \item{pathID}{Unique identifier of pathway of effect} | ||
#' \item{speciesID}{Numeric ID for species position in motifs} | ||
#' \item{motifID}{Numeric ID for motifs} | ||
#' } | ||
#' @source <https://github.com/david-beauchesne/FoodWeb-MultiStressors/blob/master/Data/vulnerability.RData> | ||
#' @source <https://onlinelibrary.wiley.com/doi/abs/10.1111/ele.13841> | ||
#' @source <https://semaphore.uqar.ca/id/eprint/1922/1/David_Beauchesne_decembre2020.pdf> | ||
"trophic_sensitivity" |
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.