Learn R Programming

gestate (version 1.3.2)

getParamsV,Curve-method: Method for returning all parameters from a Curve object as a vector

Description

This retrieves all parameters from a Curve object as a vector

Usage

# S4 method for Curve
getParamsV(theObject)

Arguments

theObject

The name of the Curve Object

Examples

Run this code
# NOT RUN {
getParamsV(Weibull(100,1))
# }

Run the code above in your browser using DataLab