View source: R/latlongWalkingPath.R
latlongWalkingPath | R Documentation |
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)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.