Plot the walking path between selected cases and/or pumps.
# S3 method for latlong_walking_path
plot(x, zoom = TRUE, mileposts = TRUE,
milepost.unit = "distance", milepost.interval = NULL, alpha.level = 1,
...)
A base R plot.
An object of class "latlong_walking_path" created by latlongWalkingPath().
Logical or Numeric. A numeric value >= 0 that controls the degree of zoom.
Logical. Plot mile/time posts.
Character. "distance" or "time".
Numeric. Mile post interval unit of distance (yard or meter) or unit of time (seconds).
Numeric. Alpha level transparency for path: a value in [0, 1].
Additional plotting parameters.