Plotboxes {Icens} | 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 |
|
showmac |
Boolean, if true then the maximal cliques are shown in a different colour? |
showsupp |
|
showmp |
|
cliques |
|
macprod |
|
density |
|
col |
|
offsetx |
|
offsety |
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
, \ling{BVsupport}
,
BVcliques
data(cmv) Plotboxes(cmv[,1:2], cmv[,3:4], showmac=TRUE)