sp (version 0.7-4)

nc.shp: North Carolina county boundaries (shapefile)

Description

North Carolina county boundaries in shapefile (ArcView and ArcGIS) format for counties from the 1990 census.

Usage

data(ncshp)

Arguments

format

The format is as read by read.shape in the maptools package

source

http://sal.agecon.uiuc.edu/stuff/data.html

Examples

Run this code
library(maptools)
nc.shp <- read.shape(system.file("shapes/sids.shp", package="maptools")[1])
data(ncshp)
nc1 <- as.SpatialRings.Shapes(nc.shp$Shapes, as.character(nc.shp$att.data$FIPS))
plotSpatialRings(nc1)
invisible(text(getSRSringsLabptSlots(nc1), labels=getSRSringsIDSlots(nc1), cex=0.6))

Run the code above in your browser using DataCamp Workspace