bounding_box: Given a central geopoint, draw a bounding box with the...

Description Usage Arguments Examples

View source: R/bounding_box.R

Description

Given a central geopoint, draw a bounding box with the geopoint in the center

Usage

1
bounding_box(lat, lon, dist, in.miles = TRUE)

Arguments

lat

Central latitude

lon

Central longitude

dist

Distance of separation of the central point (in miles or km)

in.miles

Bolean value, by default is miles

Examples

1
bounding_box(lat=19.01212,log=-96.19216,dist =100,in.miles = F)

FrankBaut/geospatial documentation built on Nov. 27, 2020, 12:11 p.m.