Leukemia cases by census tract in New York
Usage
data(leukemia)Format
An undirected tidygraph::tbl_graph() graph object, made up
of a node table and an edge table.
The node table has columns:
population(numeric): TODOcases(numeric): TODOcensustract_fips(list of character vectors): TODO
and the edge table has columns:
from(int): Id of source census tractto(int): Id of neighboring census tract