Learn R Programming

MapGAM (version 1.3)

MAmap: Map of Massachusetts

Description

A map of the outline of MA in SpatialPolygonsDataFrame format, converted from an ESRI shapefile using the readShapePoly function in the maptools package.

Usage

data(MAmap)

Arguments

Format

The format is class SpatialPolygonsDataFrame (package "sp").

Details

Lambert conformal conic projection for the State of Massachusetts, using standard parallels 41.71666667 and 42.68333333. The latitude of origin is 41.0, the central meridian is -71.5, and the projection units are meters (False Easting: 200000 m; False Northing: 750000 m).

Examples

Run this code
data(MAmap)
plot(MAmap)

Run the code above in your browser using DataLab