getNames,Curve-method {gestate}R Documentation

Method for returning all parameter names from a Curve object

Description

This retrieves all parameter names from a Curve object

Usage

## S4 method for signature 'Curve'
getNames(theObject)

Arguments

theObject

The name of the Curve Object

Examples

getNames(Weibull(100,1))

[Package gestate version 1.6.0 Index]