Last data update: 2014.03.03

R: Georgia Social and Economic Data by County
georgiaR Documentation

Georgia Social and Economic Data by County

Description

Polygon Data Frame as used in the Brunsdon, Fotheringham & Charlton GWR book, with further variable median income (MedInc)

Usage

 data(georgia) 
georgia
georgia2

Format

  • georgia Georgia polygons SpatialPolygonsDataFrame - geographical projection

  • georgia2 Georgia polygons SpatialPolygonsDataFrame - equal area projection

  • georgia.polys Georgia polygons in list format - equal area projection

Examples

# Read in the data
data(georgia)
# Make a map of median income
choropleth(georgia2,georgia2$MedInc)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(GISTools)
Loading required package: maptools
Loading required package: sp
Checking rgeos availability: TRUE
Loading required package: RColorBrewer
Loading required package: MASS
Loading required package: rgeos
rgeos version: 0.3-19, (SVN revision 524)
 GEOS runtime version: 3.5.0-CAPI-1.9.0 r4084 
 Linking to sp version: 1.2-3 
 Polygon checking: TRUE 

> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/GISTools/georgia.Rd_%03d_medium.png", width=480, height=480)
> ### Name: georgia
> ### Title: Georgia Social and Economic Data by County
> ### Aliases: georgia georgia2 georgia.polys
> 
> ### ** Examples
> 
> # Read in the data
> data(georgia)
> # Make a map of median income
> choropleth(georgia2,georgia2$MedInc)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>