sensu stricto | R Documentation |
The functions either expand s.str to the corresponding infraspecific epithet (expandSensuStricto
) or simply ad a trailing s.str. to taxon names.
addSensuStricto(x)
expandSensuStricto(x)
asSensuStricto(x, y = "s.str.")
x |
a character. |
y |
a character. |
Both functions first call isSensuStricto
. For expandSensuStricto
this function has to evaluate to TRUE
. In contrary addSensuStricto
appends only if isSensuStricto(x) == FALSE
.
a character.
Roland Kaiser
isSensuStricto
addSensuStricto(x = "Arenaria ciliata")
addSensuStricto(x = "Arenaria ciliata s.str.")
expandSensuStricto(x = "Arenaria ciliata s.str.")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.