geoCoverage: Create a geographic coverage element from a description and...

Description Usage Arguments

Description

Create a geographic coverage element from a description and bounding coordinates

Usage

1
geoCoverage(geoDescription, west, east, north, south)

Arguments

geoDescription

a character string containing the description of the geogragraphic covereage

west

a character string containing the western most coordinate of the coverage (ex. "-134.32")

east

a character string containing the eastern most coordinate of the coverage (ex. "-120.42")

north

a character string containing the northern most coordinate of the coverage (ex. "34.32")

south

a character string containing the southern ost coordinate of the coverage (ex. "30.14")


recordr documentation built on Sept. 12, 2016, 12:58 p.m.

Related to geoCoverage in recordr...