plotCDF | R Documentation |
This plots a Curve CDF
plotCDF(theObject, ...)
theObject |
The name of the RCurve Object |
... |
Pass-through arguments |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.