Learn R Programming

spsurvey (version 3.1)

NE_lakes: Lakes in the Southern New England Region of the U.S.

Description

An object of class "SpatialPointsDataFrame" that was created from a shapefile of lakes in the southern New England region of the U.S.

Usage

data(NE_lakes)

Arguments

Format

The format is: Formal class "SpatialPointsDataFrame" [package "sp"]. The data slot contains 6,121 rows and the following 4 columns:
xcoord
Albers projection x-coordinate of the lake centroid.
ycoord
Albers projection y-coordinate of the lake centroid.
State
state code for the lake.
Area_Cat
lake surface area category in hectares.

Examples

Run this code
data(NE_lakes)
plot(NE_lakes)

Run the code above in your browser using DataLab