powered by
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)
Run the code above in your browser using DataLab