plotCDF {gestate} | R Documentation |
Method for plotting the CDF of a Curve object
Description
This plots a Curve CDF
Usage
plotCDF(theObject, ...)
Arguments
theObject |
The name of the RCurve Object |
... |
Pass-through arguments |
Examples
plotCDF(Weibull(100,1))
plotCDF(Weibull(100,1),xlab="Test x label",maxT=60)
plotCDF(Weibull(80,0.8),overlay=TRUE,col=2,lty=2)
[Package gestate version 1.6.0 Index]