View source: R/neighborhoodData.R
plot.neighborhood_data | R Documentation |
Visualize underlying road network (with or without cases and pumps).
## S3 method for class 'neighborhood_data' plot(x, ...)
x |
An 'igraph' object of class "neighborhood_data" created by |
... |
Additional plotting parameters. |
A base R plot.
plot(neighborhoodData()) plot(neighborhoodData(embed = FALSE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.