| ohio_df | R Documentation |
A derived version of geodaData::ohio_lung, reshaped into county-year
and county geometry formats for package examples and vignettes.
ohio_df
ohio_sf
ohio_df: A county-year data frame with columns:
County name.
Observation year.
Observed lung cancer deaths.
Population at risk.
Proportion of the population that is male.
ohio_sf: An sf object with columns:
County name.
County polygon geometry.
Derived from geodaData::ohio_lung, originally distributed in the
CRAN package geodaData under CC0. The original dataset is based on the
GeoDa Center Ohio lung cancer mortality dataset.
data(ohio_df)
head(ohio_df)
data(ohio_sf)
head(ohio_sf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.