Learn R Programming

MapGAM (version 1.3)

CAmap: Map of California

Description

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

Usage

data(CAmap)

Arguments

Format

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

Details

State Plane Projected coordinate system, North America Datum 1983 (NAD_1983_StatePlane_California_I_FIPS_0401) for California, using standard parallels 40.00000000 and 41.66666667. The latitude of origin is 39.3, the central meridian is -122.0 and the projection units are meters (False Easting: 200000 m; False Northing: 500000 m).

Examples

Run this code
data(CAmap)
plot(CAmap)

Run the code above in your browser using DataLab