plot.voronoi | R Documentation |
Plot Voronoi neighborhoods.
## S3 method for class 'voronoi' plot(x, voronoi.cells = TRUE, delaunay.triangles = FALSE, euclidean.paths = FALSE, ...)
x |
An object of class "voronoi" created by |
voronoi.cells |
Logical. Plot Voronoi tessellation cells. |
delaunay.triangles |
Logical. Plot Delaunay triangles. |
euclidean.paths |
Logical. Plot all Euclidean paths (star graph). |
... |
Additional plotting parameters. |
A base R graph.
neighborhoodVoronoi()
addVoronoi()
plot(neighborhoodVoronoi())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.