plot.walking_distance: Plot the walking distance between cases and/or pumps.
Description
Plot the walking distance between cases and/or pumps.
Usage
# S3 method for walking_distance
plot(x, zoom = TRUE, radius = 0.5, ...)
Arguments
x
An object of class "walking_distance" created by walkingDistance().
radius
Numeric. Controls the degree of zoom.
...
Additional plotting parameters.
Examples
Run this code# NOT RUN {
# plot(walkingDistance(1))
# }
Run the code above in your browser using DataLab