Description Usage References See Also Examples
A data frame containing population estimates for Utah Census Tracts in 2013.
1  | 
Taken from the US American Community Survey (ACS) 5 year estimates.
df_ut_tract_demographics
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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.