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