Learn R Programming

GWmodel (version 2.4-1)

GeorgiaCounties: Georgia counties data (SpatialPolygonsDataFrame)

Description

The Georgia census data with boundaries for mapping

Usage

data(GeorgiaCounties)

Arguments

Details

This data set can also be found in GWR 3 and in spgwr.

Examples

Run this code
data(GeorgiaCounties)
plot(Gedu.counties)
data(Georgia)
coords <- cbind(Gedu.df$X, Gedu.df$Y)
educ.spdf <- SpatialPointsDataFrame(coords, Gedu.df)
plot(educ.spdf, add=TRUE)

Run the code above in your browser using DataLab