plot.voronoi_nominal: Plot Voronoi neighborhoods.
Description
Plot Voronoi neighborhoods.
Usage
# S3 method for voronoi_nominal
plot(x, delaunay.voronoi = "voronoi",
euclidean.paths = FALSE, ...)
Arguments
- x
An object of class "voronoi" created by voronoiNominal()
.
- delaunay.voronoi
Character "delaunay", "voronoi", or "both".
- euclidean.paths
Logical. Plot all Euclidean paths (star graph).
- ...
Additional plotting parameters.
See Also
voronoiNominal()
addVoronoi()