getParVector: Get parameter vector

View source: R/distributions3_utils.R

getParVectorR Documentation

Get parameter vector

Description

Get parameter vector from a distributions3 object. Note that this function is highly dependent to the structure of a distributions3 object. If one day the developpers decide to add more fields to this structure, this function will have to be changed!

Usage

getParVector(d)

Arguments

d

distributions3 object

Value

a numeric vector containing the parameters of d.

Examples

## Not run: 
d <- Normal()
getParVector(d)

## End(Not run)

benRenard/disTRIMbution documentation built on July 1, 2023, 4:24 a.m.