Description Usage Arguments Value Examples
View source: R/standardize.names.R
This function standardizes taxa names. It is used mainly internally, but might be helpful to the end user in some situations.
1 | standardize.names(taxon)
|
taxon |
a character vector containing a single name |
a character vector
1 2 3 4 5 6 | ## Not run:
standardize.names("Miconia sp 01")
standardize.names("Miconia Sp 2")
standardize.names("Sp18")
## End(Not run)
|
[1] "Miconia sp.1"
[1] "Miconia sp.2"
[1] "Sp18 sp.18"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.