plot.voronoi.polygons: plots an voronoi.polygons object

Description Usage Arguments Author(s) See Also Examples

Description

plots an voronoi.polygons object

Usage

1
2
## S3 method for class 'voronoi.polygons'
plot(x, which, color=TRUE, ...)

Arguments

x

object of class voronoi.polygons

which

index vector selecting which polygons to plot

color

logical, determines if plot should be colored, default: TRUE

...

additional plot arguments

Author(s)

A. Gebhardt

See Also

voronoi.polygons

Examples

1
2
3
4
5
6
7
8
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	     or do  help(data=index)  for the standard data sets.
data(tritest)
tritest.vm <- voronoi.mosaic(tritest$x,tritest$y)
tritest.vp <- voronoi.polygons(tritest.vm)
plot(tritest.vp)
plot(tritest.vp,which=c(1,3,5))

Example output



tripack documentation built on July 8, 2020, 5:59 p.m.