stac_to_english_str: Convert a 'stac' (status of colonist) to an...

View source: R/stac_to_english_str.R

stac_to_english_strR Documentation

Convert a stac (status of colonist) to an English/human-readable string

Description

Convert a stac (status of colonist) to an English/human-readable string:

Usage

stac_to_english_str(stac)

Arguments

stac

the status of the colonist, see stac_to_str for values and meanings

Details

Value String
0 ⁠[no colonization has taken place]⁠
1 ⁠Non-endemic at maximum age⁠
2 Endemic
3 ⁠Endemic and non-endemic⁠
4 Non-endemic
5 ⁠Endemic singleton at maximum age⁠
6 ⁠Endemic clade at maximum age⁠

Value

the status of a colonist as a string

Author(s)

Richèl J.C. Bilderbeek

See Also

use stac_to_str to convent a stac to a single-word computery string

Examples

DAISIEmainland:::stac_to_english_str(0)
DAISIEmainland:::stac_to_english_str(1)
DAISIEmainland:::stac_to_english_str(2)
DAISIEmainland:::stac_to_english_str(3)
DAISIEmainland:::stac_to_english_str(4)
DAISIEmainland:::stac_to_english_str(5)
DAISIEmainland:::stac_to_english_str(6)

joshwlambert/DAISIEmainland documentation built on July 14, 2024, 5:40 p.m.