resilience: Translate resilience categories into population growth rate...

Description Usage Arguments Examples

Description

Translate resilience categories into population growth rate ranges

Usage

1
2
resilience(x = c("very low", "low", "medium", "high"),
  unknown_equals_medium = TRUE)

Arguments

x

A character value designating the resilience of the stock. For convenience, this is case insensitive. Set to any value other than the named categories to return a default large-ranging value for population growth rate (c(0.015, 1.5)).

unknown_equals_medium

Logical: should an unknown designation be treated the same as the medium category or encompass the full range of popopulation growth rate (0.015, 1.5)

Examples

1
2
3
4
resilience("Very low")
resilience("medium")
resilience(NA)
resilience("asdf")

datalimited/datalimited documentation built on May 14, 2019, 7:44 p.m.