Learn R Programming

nhdR (version 0.6.1)

great_lakes: Data and spatial polygons of the Great Lakes

Description

Data and spatial polygons of the Great Lakes

Usage

great_lakes(spatial = FALSE)

Value

A data frame of North America Great Lakes with optional geometry column

Arguments

spatial

logical, return Great Lakes polygons?

Examples

Run this code
gl <- great_lakes()
if (FALSE) {
gl <- great_lakes(spatial = TRUE)
}

Run the code above in your browser using DataLab