getRFfunction,Curve-method {gestate} | R Documentation |
This retrieves the full RF function of the Curve object as a string
## S4 method for signature 'Curve'
getRFfunction(theObject, n = "n")
theObject |
The name of the Curve Object |
n |
The parameter name for the number of random draws to make. Default=n |
getRFfunction(Weibull(100,1))