plotCDF: Method for plotting the CDF of a Curve object

plotCDFR 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)

gestate documentation built on April 26, 2023, 5:10 p.m.