plot.neighborhood_data: Plot method for neighborhoodData().

View source: R/neighborhoodData.R

plot.neighborhood_dataR Documentation

Plot method for neighborhoodData().

Description

Visualize underlying road network (with or without cases and pumps).

Usage

## S3 method for class 'neighborhood_data'
plot(x, ...)

Arguments

x

An 'igraph' object of class "neighborhood_data" created by neighborhoodData().

...

Additional plotting parameters.

Value

A base R plot.

Examples


plot(neighborhoodData())
plot(neighborhoodData(embed = FALSE))


cholera documentation built on March 7, 2023, 5:31 p.m.