stac_to_str | R Documentation |
stac
(status of colonist) to a stringConvert a stac
(status of colonist) to a string:
stac_to_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_MaxAge |
2 | Endemic |
3 | Endemic&Non_Endemic |
4 | Non_endemic |
5 | Endemic_singleton_MaxAge |
6 | Endemic_clade_MaxAge |
the status of a colonist as a string
Richèl J.C. Bilderbeek
use str_to_stac to convent a string to a stac
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.