GeorgiaCounties | R Documentation |
The Georgia census data with boundaries for mapping
data(GeorgiaCounties)
This data set can also be found in GWR 3 and in spgwr.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.