Description Usage Arguments Value Examples
This function tries to suggest a valid name according to The Plant List using a possibly incorrect one as a starting point.
1 2  | suggest.name(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.name("Cofea arabyca")
suggest.name("Myrcia bela")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.