plotint: Plot Censored Data

View source: R/logconcens.R

plotintR Documentation

Plot Censored Data

Description

Plot a graphical representation of censored data specified by a two-column matrix of left and right interval endpoints. The grid of potential knots used by logcon is also shown.

Usage

plotint(x, knot.prec = IQR(x[x<Inf])/75, imarks = NULL) 

Arguments

x

a two-column matrix of left and right endpoints of data intervals.

knot.prec

the maximal distance between two consecutive grid points in the depiction of the grid used by logcon.

imarks

an optional vector of “spots” to be marked by ‘x’ for the intervals.

Value

Used for the side effect.

Author(s)

Dominic Schuhmacher dominic.schuhmacher@mathematik.uni-goettingen.de
Kaspar Rufibach kaspar.rufibach@gmail.com
Lutz Duembgen duembgen@stat.unibe.ch

See Also

plot.lcdensity

Examples

## See the examples for logcon

logconcens documentation built on Aug. 19, 2023, 5:12 p.m.