View source: R/stac_to_english_str.R
| stac_to_english_str | R Documentation |
stac (status of colonist) to an English/human-readable stringConvert a stac (status of colonist) to an English/human-readable string:
stac_to_english_str(stac)
stac |
the status of the colonist, see stac_to_str for values and meanings |
| 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 |
the status of a colonist as a string
Richèl J.C. Bilderbeek
use stac_to_str to convent a stac to a single-word
computery string
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.