Plot method for neighborhoodWalking().
# S3 method for walking
plot(x, type = "area.points", add = FALSE,
tsp.method = "repetitive_nn", path.width = 2, alpha.level = 0.75,
polygon.type = "solid", polygon.col = NULL, polygon.lwd = 2, ...)
A base R plot.
An object of class "walking" created by neighborhoodWalking()
.
Character. Type of expected plot: "roads", "area.points" or "area.polygons". Valid only when case.set = "expected"
.
Logical. Add graphic to plot.
Character. Traveling salesperson problem algorithm.
Numeric. Set width of paths.
Numeric. Alpha level transparency for area plot: a value in [0, 1].
Character. "border" or "solid".
Character.
Numeric.
Additional plotting parameters.