Plot the path of the Euclidean distance between cases and/or pumps.
# S3 method for euclidean_path
plot(x, zoom = TRUE, add = FALSE,
long.title = TRUE, mileposts = TRUE, milepost.unit = "distance",
milepost.interval = NULL, alpha.level = 1, ...)
A base R plot.
An object of class "euclidean_path" created by euclideanPath().
Logical or Numeric. Positive numbers zoom in; negative numbers zoom out.
Logical. Add graphic to plot.
Logical. Tile with names.
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.