Skip to contents

The Georgia census data with boundaries for mapping

Usage

data(GeorgiaCounties)

Details

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

Examples

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)