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

getParam,Curve-methodR Documentation

Method for returning a single parameter from a Curve object

Description

This retrieves a single parameter from a Curve object

Usage

## S4 method for signature 'Curve'
getParam(theObject, param)

Arguments

theObject

The name of the Curve Object

param

The number of the parameter that is required

Examples

getParam(Weibull(100,1),1)

gestate documentation built on April 26, 2023, 5:10 p.m.