powered by
An object of class "SpatialPointsDataFrame" that was created from a shapefile of lakes in the southern New England region of the U.S.
data(NE_lakes)
The format is: Formal class "SpatialPointsDataFrame" [package "sp"]. The data slot contains 6,121 rows and the following 4 columns:
Albers projection x-coordinate of the lake centroid.
Albers projection y-coordinate of the lake centroid.
state code for the lake.
lake surface area category in hectares.
# NOT RUN { data(NE_lakes) plot(NE_lakes) # }
Run the code above in your browser using DataLab