Learn R Programming

gestate (version 1.6.0)

getParam,Curve-method: Method for returning a single parameter from a Curve object

Description

This retrieves a single parameter from a Curve object

Usage

# S4 method for Curve
getParam(theObject, param)

Arguments

theObject

The name of the Curve Object

param

The number of the parameter that is required

Examples

Run this code
getParam(Weibull(100,1),1)

Run the code above in your browser using DataLab