Description Usage Format Details Source Examples
2005-2009 ACS Margins of Error estimates from ACS for table B19301 (Per Capita Income) at the tract level for the Phoenix-Mesa-Glendale Metropolitan Statistical Area
1 |
An sf data frame with 985 rows, 17 variables, and a geometry column:
Tract area of land
Tract area of water
Census Bureau’s Tract id
Census Bureau’s Tract name
Population density (including only land area)
ACS estimate of per capita income
ACS estimate of the measurement error of per capita income
Percentage that the error represents as a share of the total p/c income estimate
Rate of renters as a share of the total population (in percentage)
Population count
Rate of white population (as a percentage of the total population)
Rate of black population (as a percentage of the total population)
Rate of hispanic population (as a percentage of the total population)
Rate of females head of the household, no husband (as a percentage of the total population)
Rate of vacant housing units (as a percentage of total units)
Housing units count
Logarithm of percentage that the error represents as a share of the total p/c income estimate
Sf object, EPSG:4269: NAD83.
2005-2009 American Community Survey Summary File. U.S. Census Bureau and 2010 Population Census, Summary File 1. U.S. Census Bureau
1 2 3 4 5 6 | if (requireNamespace("sf", quietly = TRUE)) {
library(sf)
data(phoenixACS)
plot(phoenixACS["inc"])
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.