Plotboxes: Plot the event time regions for bivariate data.

View source: R/censored.R

PlotboxesR Documentation

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.

Author(s)

A. Vandal and R. Gentleman

References

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

See Also

BVclmat, BVsupport, BVcliques

Examples

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

Bioconductor/Icens documentation built on Oct. 29, 2023, 5:01 p.m.