View source: R/neighborhoodData.R
neighborhoodData | R Documentation |
Assembles cases, pumps and road into a network graph.
neighborhoodData(vestry = FALSE, case.set = "observed", embed = TRUE,
embed.landmarks = TRUE)
vestry |
Logical. Use Vestry Report pump data. |
case.set |
Character. "observed", "expected", or "snow". "snow" captures John Snow's annotation of the Broad Street pump neighborhood printed in the Vestry report version of the map. |
embed |
Logical. Embed cases and pumps into road network. |
embed.landmarks |
Logical. Embed landmarks into road network. |
An R list of nodes, edges and an 'igraph' network graph.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.