View source: R/neighborhoodDataB.R
neighborhoodDataB | R Documentation |
Assembles cases, pumps and road into a network graph.
neighborhoodDataB(vestry = FALSE, case.set = "observed",
embed.addr = TRUE, embed.landmarks = TRUE, embed.pumps = TRUE,
latlong = FALSE)
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.addr |
Logical. Embed cases into road network. |
embed.landmarks |
Logical. Embed landmarks into road network. |
embed.pumps |
Logical. Embed pumps into road network. |
latlong |
Logical. Use estimated longitude and latitude. |
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.