latlongNeighborhoodData: Compute network graph of roads, cases and pumps.
Description
Assembles cases, pumps and road into a network graph.
Usage
latlongNeighborhoodData(vestry = FALSE, multi.core = TRUE)
Arguments
- vestry
Logical.
- multi.core
Logical or Numeric. TRUE
uses parallel::detectCores()
. FALSE
uses one, single core. You can also specify the number logical cores. See vignette("Parallelization")
for details.