ohio_lung {geodaData} | R Documentation |
Ohio lung cancer data for 1968, 1978 and 1988.
ohio_lung
An sf data frame with 88 rows, 42 variables, and a geometry column:
Sequential county ID (alphabetic order)
County name
Fips code as numeric
Lung cancer cases for gender G (M or F) and race R (W or B) in year yy (1968, 1978, 1988)
Population at risk for gender G (M or F) and race R (W or B) in year yy (1968, 1978, 1988)
Total male and female lung cancer cases for each year
Total population at risk by gender
POLYGON
Sf object, units in m. EPSG 32617: WGS 84 / UTM Zone 17N.
https://geodacenter.github.io/data-and-lab/ohiolung/
if (requireNamespace("sf", quietly = TRUE)) {
library(sf)
data(ohio_lung)
plot(ohio_lung["FIPSNO"])
}