getRFfunction,Curve-method {gestate} | R Documentation |
Method for returning the RF function for a Curve object
Description
This retrieves the full RF function of the Curve object as a string
Usage
## S4 method for signature 'Curve'
getRFfunction(theObject, n = "n")
Arguments
theObject |
The name of the Curve Object |
n |
The parameter name for the number of random draws to make. Default=n |
Examples
getRFfunction(Weibull(100,1))
[Package gestate version 1.6.0 Index]