getParams,Curve-method {gestate} | R Documentation |
Method for returning all parameters from a Curve object as a list
Description
This retrieves all parameters from a Curve object as a list
Usage
## S4 method for signature 'Curve'
getParams(theObject)
Arguments
theObject |
The name of the Curve Object |
Examples
getParams(Weibull(100,1))
[Package gestate version 1.6.0 Index]