Icens (version 1.44.0)

Plotboxes: Plot the event time regions for bivariate data.

Description

Plot rectangles described by the interval given in the first two arguments.

Usage

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)

Arguments

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.

Value

No value is returned. The event rectangles are plotted on the active graphics device.

References

Graph--Theoretical Aspects of Bivariate Censored Data, R. Gentleman and A. Vandal, 1999, submitted.

See Also

BVclmat, BVsupport, BVcliques

Examples

Run this code
   data(cmv)
   Plotboxes(cmv[,1:2], cmv[,3:4], showmac=TRUE)

Run the code above in your browser using DataLab