plot.kristrom: Plotting 'kristrom' objects

Description Usage Arguments See Also

View source: R/kristrom.R

Description

Plotting method for objects of class "kristrom". The empirical survival curve is plotted.

Usage

1
2
3
## S3 method for class 'kristrom'
plot(x, main = NULL, sub = NULL, xlab = NULL, ylab = NULL, 
    lwd = NULL, lty = NULL, ...)

Arguments

x

an object of class "kristrom".

main

the main title of the plot. If unspecified, no main title is displayed.

sub

the sub-title of the plot. If unspecified, no sub-title is displayed.

xlab

the x label of the plot. If missing, xlab = "Bid" is used. Setting xlab = "" displays no x label.

ylab

the y label of the plot. If missing, ylab = "Survival Probability" is used. Setting ylab = "" displays no y label.

lwd

the line width for the plot. If missing, lwd = 3 is used.

lty

the line type for the plot. If missing, lty = 1 is used.

...

optional arguments. Currently not in use.

See Also

kristrom, summary.kristrom


DCchoice documentation built on May 2, 2019, 4:44 p.m.