Plotboxes | R Documentation |
Plot rectangles described by the interval given in the first two arguments.
Plotboxes(int1, int2, textp=FALSE, showmac=FALSE, showsupp=FALSE, showmp=FALSE,
cliques=NULL, macprod=NULL, density=c(2, 8, 20), col=c(2, 3, 4),
offsetx=0.02, offsety=0.03)
int1 |
The intervals for the x dimension. |
int2 |
The intervals for the y dimension. |
textp |
Boolen, if true add text. |
showmac |
Boolean, if true then the maximal cliques are shown in a different color? |
showsupp |
Boolean, if true show support boxes. |
showmp |
Boolean |
cliques |
Maximal cliques. |
macprod |
macprod |
density |
The density of the polygon shading lines, in lines per inch. |
col |
Color for plotting features. |
offsetx |
Offset for x-axis. |
offsety |
Offset for y-axis. |
No value is returned. The event rectangles are plotted on the active graphics device.
A. Vandal and R. Gentleman
Graph–Theoretical Aspects of Bivariate Censored Data, R. Gentleman and A. Vandal, 1999, submitted.
BVclmat
, BVsupport
,
BVcliques
data(cmv)
Plotboxes(cmv[,1:2], cmv[,3:4], showmac=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.