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


lindbrook/cholera documentation built on April 14, 2024, 6:29 a.m.