Description Usage Format Details Source Examples
Homicides and selected socio-economic characteristics for counties surrounding Houston, TX. Data aggregated for three time periods: 1979-84 (steady decline in homicides), 1984-88 (stable period), and 1988-93 (steady increase in homicides).
1 |
An sf data frame with 52 rows, 23 variables, and a geometry column:
County name
State name
State FIPS code (character)
County FIPS code (character)
Combined state and county FIPS code (character)
State FIPS code (number)
County FIPS code (number)
Combined state and county FIPS code (number)
Homicide rate per 100,000 (1981-87)
Homicide rate per 100,000 (1987-91)
Homicide rate per 100,000 (1991-95)
Homicide count (1981-87)
Homicide count (1987-91)
Homicide count (1991-95)
Population total (1981-87)
Population total (1987-91)
Population total (1991-95)
Police expenditures per capita, 1977
Police expenditures per capita, 1982
Police expenditures per capita, 1987
Resource deprivation/affluence composite variable, 1980
Resource deprivation/affluence composite variable, 1985
Resource deprivation/affluence composite variable, 1990
Sf object, unprojected. EPSG 4326: WGS84.
S. Messner, L. Anselin, D. Hawkins, G. Deane, S. Tolnay, R. Baller (2000). An Atlas of the Spatial Patterning of County-Level Homicide, 1960-1990. Pittsburgh, PA, www.ncovr.heinz.cmu.edu
1 2 3 4 5 6 | if (requireNamespace("sf", quietly = TRUE)) {
library(sf)
data(houstonhom)
plot(houstonhom["HR9195"])
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.