Description Usage Arguments Author(s) Examples
Occurrences from Genus
1 | BIEN.gis.genus(genus, cultivated = FALSE, only.new.world = TRUE)
|
genus |
Accepts a single Genus or a vector of Genera |
cultivated |
cultivated = Return cultivated records as well? Default is FALSE. |
only.new.world |
only.new.world = Return only records from the New World? Default is TRUE. |
Brian Maitner
1 2 3 4 5 | BIEN.gis.genus("Abutilon")
genus_vector<-c("Abutilon","Abronia")
BIEN.gis.genus(genus_vector)
BIEN.gis.genus(genus = "Abutilon",cultivated = TRUE,only.new.world = FALSE)
#returns all records for the genus Abutilon, including cultivates and Old World records.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.