Description Usage Arguments Value Examples
View source: R/suggest.names.R
This function tries to suggest a valid name according to the Brazilian Flora Checklist using a possibly incorrect one as a starting point.
1 2 | suggest.names(taxon, max.distance = 0.75, return.na = TRUE,
ignore.words = NULL)
|
taxon |
a character vector containing a single name |
max.distance |
a numeric value indicating how conservative the function should be when searching for suggestions. Values close to 1 are very conservative |
return.na |
a logical indicating whether to return a |
ignore.words |
|
A character vector or NA
1 2 3 4 5 | ## Not run:
suggest.names("Cofea arabyca")
suggest.names("Myrcia bela")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.