species_nativity {fqar} | R Documentation |
Nativity of a species in a specified database
Description
species_nativity()
accepts a species and a database inventory and returns the
nativity of that species. Either a numeric database ID from
universalfqa.org or a homemade inventory
with the same format may be specified.
Usage
species_nativity(species, database_id = NULL, database_inventory = NULL)
Arguments
species |
The scientific name of the plant species of interest |
database_id |
ID number of an existing database on
universalfqa.org. Use
|
database_inventory |
An inventory of species having the same form as one
created using
|
Value
The nativity of the given species within the given database, either native or non-native.
Examples
species_nativity("Anemone canadensis", database_id = 149)