map_bounds: Calculate map boundaries from lat/lon input.

View source: R/surveyR.R

map_boundsR Documentation

Calculate map boundaries from lat/lon input.

Description

Calculate map boundaries from lat/lon input.

Usage

map_bounds(lat, lon, pad = 0.05)

Arguments

lat

Latitude in decimal degrees.

lon

Longitude in decimal degrees.

pad

Percentage that map boundaries are extended beyond the input data.

Value

A data frame containing the range of lat and lon.


kstierhoff/surveyR documentation built on Sept. 17, 2023, 2:20 p.m.