powoSpDist {expowo} | R Documentation |
Extract distribution of any plant species
Description
Produces a CSV file listing the geographical distribution at country and botanical subdivisions of all target species of vascular plants at Plants of the World Online (POWO).
Usage
powoSpDist(family,
species = NULL,
verbose = TRUE,
save = FALSE,
dir = "results_powoSpDist",
filename = "output")
Arguments
family |
Either one family name or a vector of multiple families that is present in POWO. |
species |
Either one non-hybrid species name or a vector of multiple species that is present in POWO. If any species name is not provided, then the function will search any species from all accepted genera known for the target family. |
verbose |
Logical, if |
save |
Logical, if |
dir |
Pathway to the computer's directory, where the file will be saved
provided that the argument |
filename |
Name of the output file to be saved. The default is to create a file entitled output. |
Value
A table with the following fields: family, genus, species, taxon_name, authors, scientific_name, native_to_country (original distribution according to political country), native_to_botanical_countries (original distribution according to botanical country), introduced_to_country (exotic distribution according to political country), introduced_to_botanical_countries (exotic distribution according to botanical country), kew_id (each species code within Kew's databases), powo_uri (URI to access each species in POWO).
Author(s)
Debora Zuanny & Domingos Cardoso
See Also
Examples
## Not run:
library(expowo)
powoSpDist(family = "Lecythidaceae",
species = "Lecythis pisonis",
save = FALSE,
dir = "results_powoSpDist",
filename = "L_pisonis_distribution")
## End(Not run)