BIEN.gis.box: Occurrence records from from lat/long Bounding box

Description Usage Arguments Author(s) Examples

Description

Occurrence records from from lat/long Bounding box

Usage

1
2
BIEN.gis.box(min.lat, max.lat, min.long, max.long, cultivated = FALSE,
  only.new.world = TRUE)

Arguments

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.

Author(s)

Brian Maitner

Will only do one box at a time, specified by min/max lat and long

Examples

1
output_test<-BIEN.gis.box(min.lat = 32,max.lat = 33,min.long = -114,max.long = -113)

barbehenna/BEIN3Project documentation built on May 11, 2019, 6:23 p.m.