Learn R Programming

vegtable (version 0.1.7)

match_names: Search matchings between character and taxlist objects.

Description

Names provided in a character vector will be compared with names stored in slot taxonNames of an object of class taxlist by using the function stringdist::stringsim().

This method is applied to the slot species in the input vegtable object.

Usage

# S4 method for character,vegtable
match_names(x, object, ...)

Arguments

x

A character vector with names to be compared.

object

An object of class vegtable to be compared with.

...

Further arguments passed to taxlist::match_names().

Author

Miguel Alvarez kamapu78@gmail.com

See Also

taxlist::match_names() stringdist::stringsim()