getPDFfunction,Curve-method {gestate} | R Documentation |
This retrieves the PDF function of the Curve object as a string
## S4 method for signature 'Curve'
getPDFfunction(theObject, x = "x")
theObject |
The name of the Curve Object |
x |
The parameter name to use in the PDF function. Default=x |
getPDFfunction(Weibull(100,1))