stac_to_str: Convert a 'stac' (status of colonist) to a string

View source: R/sim_utils.R

stac_to_strR Documentation

Convert a stac (status of colonist) to a string

Description

Convert a stac (status of colonist) to a string:

Usage

stac_to_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_MaxAge
2 Endemic
3 Endemic&Non_Endemic
4 Non_endemic
5 Endemic_singleton_MaxAge
6 Endemic_clade_MaxAge

Value

the status of a colonist as a string

Author(s)

Richèl J.C. Bilderbeek

See Also

use str_to_stac to convent a string to a stac

Examples

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

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