plot.mudens {mudens}R Documentation

Plots estimated density function from an object of class 'mudens'.

Description

Plot estimated density function from an object of class 'mudens'.

Usage

## S3 method for class 'mudens'
plot(x,...)

Arguments

x

Object of class mudens (output from calling mudens function)

...

Additional arguments of basic plot(.) function to be passed along.

Details

Plots estimated density function from an object of class 'mudens'.

Default time limits are those provided to mudens, which default to zero and the time corresponding to the maximum value of the times. Default y-axis limits are 0 and the maximum estimated density.

Author(s)

Kenneth R. Hess

References

Hess, K.R. and Zhong, M. Density Function Estimation for Possibly Right-Censored Data Using Kernel Functions. Submitted.

See Also

mudens


[Package mudens version 1.3.2 Index]