df_pop_ca_tract: A data.frame containing population estimates for California...

Description Usage References See Also Examples

Description

A data.frame containing population estimates for California Census Tracts in 2012.

Usage

1

References

Taken from the US American Community Survey (ACS) 5 year estimates.

See Also

df_ca_tract_demographics

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
data(df_pop_ca_tract)

# zoom in on San Francisco, which has FIPS code 6075
ca_tract_choropleth(df_pop_ca_tract, 
                    title  = "2012 San Francisco Census Tract\n Population Estimates", 
                    legend = "Population",
                    county_zoom = 6075)
## Not run: 
ca_tract_choropleth(df_pop_ca_tract, 
                    title  = "2012 California Census Tract\n Population Estimates", 
                    legend = "Population")


## End(Not run)

arilamstein/choroplethrCaCensusTract documentation built on May 10, 2019, 1:27 p.m.