df_pop_ut_tract: A data frame containing population estimates for Utah Census...

Description Usage References See Also Examples

Description

A data frame containing population estimates for Utah Census Tracts in 2013.

Usage

1

References

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

See Also

df_ut_tract_demographics

Examples

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

# zoom in on Salt Lake City, which has FIPS code 49035
ut_tract_choropleth(df_pop_ut_tract, 
                    title  = "2013 Salt Lake County Census Tract\n Population Estimates", 
                    legend = "Population",
                    county_zoom = 49035)
## Not run: 
ut_tract_choropleth(df_pop_ut_tract, 
                    title  = "2013 Utah Census Tract\n Population Estimates", 
                    legend = "Population")


## End(Not run)

juliasilge/choroplethrUTCensusTract documentation built on May 20, 2019, 6:22 a.m.