Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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.

Author(s)

A. Vandal and R. Gentleman

References

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

See Also

Examples

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

Icens

NPMLE for Censored and Truncated Data

v1.62.0
Artistic-2.0
Authors
R. Gentleman and Alain Vandal
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.