Usage
plotCCCD(g, plot.circles = FALSE, dominate.only = FALSE,
D = NULL, vertex.size = 2, vertex.label = NA,
vertex.color = "SkyBlue2", dom.color = "Blue",
ypch = 20, ycex = 1.5, ycol = 2,
use.circle.radii = FALSE, balls = FALSE,
ball.color = gray(0.8), square = FALSE, xlim, ylim, ...)
plotCCD(g, ...)
Arguments
g
a CCCD graph or CCD clustering
plot.circles
logical. Plot the circles around the points if TRUE.
dominate.only
logical. Only plot the digraph induced by the
dominating set.
D
a dominating set. Only used if dominate.only is TRUE. If
dominate.only is TRUE and D is NULL, then dominate
is called.
vertex.size,vertex.color,vertex.label, dom.color
parameters controling
the plotting of the vertices. dom.color
is the color
of the vertices in the dominating set.
balls, ball.color
if balls
=TRUE, the cover is plotted
as filled balls, with
ball.color
controling their color
ypch,ycex,ycol
parameters for plotting the non-target points.
use.circle.radii
logical. Ensure that the circles fit
within the plot.
square
logical. Make the plot square.
xlim,ylim
if present, these control the plotting region.
...
arguments passed to plot
or plotCCCD
.