plot.voronoi: Plot Voronoi neighborhoods.

View source: R/voronoi.R

plot.voronoiR Documentation

Plot Voronoi neighborhoods.

Description

Plot Voronoi neighborhoods.

Usage

## S3 method for class 'voronoi'
plot(x, delaunay.voronoi = "voronoi",
  euclidean.paths = FALSE, ...)

Arguments

x

An object of class "voronoi" created by neighborhoodVoronoi().

delaunay.voronoi

Character "delaunay", "voronoi", or "both".

euclidean.paths

Logical. Plot all Euclidean paths (star graph).

...

Additional plotting parameters.

Value

A base R graph.

See Also

neighborhoodVoronoi()

addVoronoi()

Examples

plot(neighborhoodVoronoi())

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