fillGenus | R Documentation |
In a vector of species genera, expand sequential abbreviations
fillGenus(x, abbrev = ".")
x |
vector of species genera strings |
abbrev |
character used to signify start of abbreviation |
character vector of expanded species genera
vec <- c("Ochna", "O.", "Ochna", "Brachystegia", "B.", "B.")
fillGenus(vec)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.