plot.voronoi.polygons | R Documentation |
plots an voronoi.polygons
object
## S3 method for class 'voronoi.polygons'
plot(x, which, color=TRUE, ...)
x |
object of class |
which |
index vector selecting which polygons to plot |
color |
logical, determines if plot should be colored, default: |
... |
additional plot arguments |
A. Gebhardt
voronoi.polygons
##---- 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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.