Learn R Programming

vegtable (version 0.1.3)

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 stringsim.

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 '>taxlist to be compared with.

...

Further arguments passed to match_names.

Details

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

See Also

match_names, stringsim.

Examples

Run this code
# NOT RUN {
## No example at the moment
# }

Run the code above in your browser using DataLab