plot.divchain.RdPlot the dividing chain of a Dirichlet tessellation. The tessellation must have been created from a set of points having associated categorical “tags”. The dividing chain consists of those edges of Dirichlet tiles which separate points having different values of the given tags.
# S3 method for class 'divchain'
plot(x, add = FALSE, ...)An object of class “divchain”. See divchain.deldir()
for details.
Logical scalar. It add=TRUE the plot of the dividing chain
is added to an existing plot.
Graphical parameters such as main, xlab, col.main,
col.lab. In particular if bty is supplied
(as a value other than n) a “box” will be drawn
around the plot that is formed when add=FALSE.
Also a non-standard graphical parameter boxcol may be supplied
which will be taken to be the colour with which the box is drawn.
If a col argument is supplied, this determines the colour
for plotting the segments constituting the dividing chain.
None.
This function was created in response to a question asked
on stackoverflow.com by a user named “Dan”.