powoFam | R Documentation |
Produces a CSV file listing the number of species and genera within the target botanical families of vascular plants available at Plants of the World Online (POWO).
powoFam(family,
verbose = TRUE,
save = FALSE,
dir = "results_powoFam",
filename = "output")
family |
Either one family name or a vector of multiple families that is present in POWO. |
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. |
A table with the following fields: family, genus_number (counting of genera within the specified plant family), species_number (countig of species within each genus), kew_id (the family code used in Kew's database), powo_uri (the URI to access the family in POWO).
Debora Zuanny & Domingos Cardoso
megaGen
topGen
powoGenera
powoSpecies
powoMap
POWOcodes
## Not run:
library(expowo)
powoFam(family = "Lecythidaceae",
save = FALSE,
dir = "results_powoFam",
filename = "Lecythidaceae_spp_number")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.