View source: R/check_species_type.R
check_species_type | R Documentation |
species_type
is valid.Check if a species_type
is valid.
Will stop if not
check_species_type(species_type)
species_type |
a string. Can be |
The type of species:
"A"
: the extant clade is of anagenetic origin
"C"
: the extant clade is of cladogenetic origin
"I"
: the extant clade is of immigrant origin
A valid species_type
...
is numeric
has one element
the element has a whole-number value in range [1, 6]
nothing
Richèl J.C. Bilderbeek
Use species_type_to_str to convert a species_type
to a
string.
check_species_type("A")
check_species_type("C")
check_species_type("I")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.