| is_binomen | R Documentation |
is_binomial tests for valid binomial names,
generic_name extracts the genus to which the species belongs,
specific_name extracts the species within the genus.Binomial Names
is_binomial tests for valid binomial names,
generic_name extracts the genus to which the species belongs,
specific_name extracts the species within the genus.
is_binomen(x)
generic_name(x)
specific_name(x)
strip_sp(x)
x |
|
character vector with either the generic name or the specific name of the species.
generic_name(): extracts the genus to which the species belongs
specific_name(): extracts the species within the genus
strip_sp(): strips postfix sp. or spp. from a binomen
is_binomen("Venerupis corrugata") # TRUE
generic_name("Venerupis corrugata") # Venerupis
specific_name("Venerupis corrugata") # corrugata
generic_name("venerupis corrugata") # NA (genus part should be capitalized)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.