latlongWalkingPath {cholera} | R Documentation |
Plot walking path to nearest pump (prototype).
Description
Plot walking path to nearest pump (prototype).
Usage
latlongWalkingPath(case = 1, destination = NULL, vestry = FALSE,
weighted = TRUE, distance.unit = "meter", time.unit = "second",
walking.speed = 5, multi.core = TRUE)
Arguments
case |
Numeric. |
destination |
Numeric. Pump ID. |
vestry |
Logical. |
weighted |
Logical. |
distance.unit |
Character. Unit of distance: "meter" or "yard". |
time.unit |
Character. "hour", "minute", or "second". |
walking.speed |
Numeric. Walking speed in km/hr. |
multi.core |
Logical or Numeric. |
[Package cholera version 0.8.0 Index]