Learn R Programming

cholera (version 0.4.0)

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().

zoom

Logical.

radius

Numeric. Controls the degree of zoom.

...

Additional plotting parameters.

Value

A base R plot.

Examples

Run this code
# NOT RUN {
# plot(walkingDistance(1))
# }

Run the code above in your browser using DataLab