GeorgiaCounties.rd
The Georgia census data with boundaries for mapping
data(GeorgiaCounties)
This data set can also be found in GWR 3 and in spgwr.
library(sf) data(GeorgiaCensus) data(GeorgiaCounties) georgia_sf <- st_as_sf(GeorgiaCensus, coords = c("X", "Y")) plot(GeorgiaCounties$geometry) plot(georgia_sf["TotPop90"], add = TRUE)