Description Usage Arguments Author(s) Examples
Occurrence records from from lat/long Bounding box
1 2  | BIEN.gis.box(min.lat, max.lat, min.long, max.long, cultivated = FALSE,
  only.new.world = TRUE)
 | 
min.lat | 
 A number -90 to 90  | 
max.lat | 
 A number -90 to 90 that is greater than min.lat  | 
min.long | 
 A number -180 to 180  | 
max.long | 
 A number -180 to 180 that is greater than min.long  | 
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
Will only do one box at a time, specified by min/max lat and long
1  | output_test<-BIEN.gis.box(min.lat = 32,max.lat = 33,min.long = -114,max.long = -113)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.