Skip to content

Commit

Permalink
all tests passed (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: Hanno Sandvik <hanno.sandvik@t2liprstudio01.nina.no>
  • Loading branch information
HannoSandvik and Hanno Sandvik authored May 12, 2023
1 parent 19ef717 commit 9a977ce
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions ecosyst.Rmd
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: "Threats to ecosystems"
subtitle: "Quantification of threats on the Norwegian Red Lists of ecosystems"
subtitle: "Quantification of threats on the Norwegian Red List of ecosystems"
author: "Hanno Sandvik"
date: "12 May 2023"
output:
md_document:
toc: yes
---

This **R** code can be used to run the analyses of the Norwegian Red Lists for
This **R** code can be used to run the analyses of the Norwegian Red List for
ecosystems and habitat types described in the paper "Metrics for quantifying
how much different threats contribute to red lists of species and ecosystems"
([Sandvik & Pedersen 2023](https://doi.org/10.1111/cobi.14105)).
Expand Down Expand Up @@ -120,7 +120,7 @@ nsim <- 100000
**(11) Re-create published estimates?**
Decides whether the estimation of confidence intervals
should be re-created exactly as published (if TRUE) or be based on
novel random numbers (if FALSE)
novel random numbers (if FALSE).
```{r}
re.create <- TRUE
```
Expand Down Expand Up @@ -184,7 +184,7 @@ The columns have the following meanings:
* The columns "lowT" and "uppT" provide the lower and upper threshold values for extinction time frames in _years_ according to IUCN Red List Criterion E.
* The columns "lowG" and "uppG" are not used for ecosystems but should contain zeros.
* The columns "lowA1" and "uppA1" provide the lower and upper threshold values for reduction in geographic distribution according to IUCN Red List Criterion A1.
* The columns "lowA2" and "uppA2" provide the lower and upper threshold values for reduction in geographic distribution to IUCN Red List Criterion A2. (Note that A3 is not implemented.)
* The columns "lowA2" and "uppA2" provide the lower and upper threshold values for reduction in geographic distribution according to IUCN Red List Criterion A2. (Note that A3 is not implemented.)
* The columns "lowB1" and "uppB1" provide the lower and upper threshold values for extents of occurrence (EOO) according to IUCN Red List Criterion B1.
* The columns "lowB2" and "uppB2" provide the lower and upper threshold values for areas of occupancy (AOO) according to IUCN Red List Criterion B2.
* The columns "lowC" and "uppC" provide the lower and upper threshold values for environmental degradation according to IUCN Red List Criteria C1 and C2 (estimated as the _product_ of _extent_ and _relative severity_ over a 50-year period; note that C3 is not implemented).
Expand Down
10 changes: 5 additions & 5 deletions ecosyst.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Threats to ecosystems
## Quantification of threats on the Norwegian Red Lists of ecosystems
## Quantification of threats on the Norwegian Red List of ecosystems

_Author and date:_ Hanno Sandvik, 12 May 2023

This **R** code can be used to run the analyses of the Norwegian Red
Lists for ecosystems and habitat types described in the paper “Metrics
List for ecosystems and habitat types described in the paper “Metrics
for quantifying how much different threats contribute to red lists of
species and ecosystems” ([Sandvik & Pedersen
2023](https://doi.org/10.1111/cobi.14105)).
Expand Down Expand Up @@ -132,7 +132,7 @@ exploration purposes, `nsim <- 1000` will suffice.

**(11) Re-create published estimates?** Decides whether the estimation
of confidence intervals should be re-created exactly as published (if
TRUE) or be based on novel random numbers (if FALSE)
TRUE) or be based on novel random numbers (if FALSE).

re.create <- TRUE

Expand Down Expand Up @@ -197,15 +197,15 @@ following meanings:
values for extinction probability according to IUCN Red List
Criterion E.
- The columns “lowT” and “uppT” provide the lower and upper threshold
values for extinction time frames in *years* according to IUCN Red
values for extinction time frames in years according to IUCN Red
List Criterion E.
- The columns “lowG” and “uppG” are not used for ecosystems but should
contain zeros.
- The columns “lowA1” and “uppA1” provide the lower and upper
threshold values for reduction in geographic distribution according
to IUCN Red List Criterion A1.
- The columns “lowA2” and “uppA2” provide the lower and upper
threshold values for reduction in geographic distribution to IUCN
threshold values for reduction in geographic distribution according to IUCN
Red List Criterion A2. (Note that A3 is not implemented.)
- The columns “lowB1” and “uppB1” provide the lower and upper
threshold values for extents of occurrence (EOO) according to IUCN
Expand Down
2 changes: 1 addition & 1 deletion species.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ nsim <- 100000
**(11) Re-create published estimates?**
Decides whether the estimation of confidence intervals
should be re-created exactly as published (if TRUE) or be based on
novel random numbers (if FALSE)
novel random numbers (if FALSE).
```{r}
re.create <- TRUE
```
Expand Down
2 changes: 1 addition & 1 deletion species.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ illustration, `nsim <- 100` is enough.

**(11) Re-create published estimates?** Decides whether the estimation
of confidence intervals should be re-created exactly as published (if
TRUE) or be based on novel random numbers (if FALSE)
TRUE) or be based on novel random numbers (if FALSE).

re.create <- TRUE

Expand Down

0 comments on commit 9a977ce

Please sign in to comment.