Plot walking path to nearest pump (prototype).
latlongWalkingPath(case = 1, destination = NULL, vestry = FALSE,
weighted = TRUE, distance.unit = "meter", time.unit = "second",
walking.speed = 5, multi.core = TRUE)
Numeric.
Numeric. Pump ID.
Logical. TRUE
uses the 14 pumps from the map in the Vestry Report. FALSE
uses the 13 pumps from the original map.
Logical. TRUE
computes shortest path in terms of road length. FALSE
computes shortest path in terms of the number of nodes.
Character. Unit of distance: "meter" or "yard".
Character. "hour", "minute", or "second".
Numeric. Walking speed in km/hr.
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.