View source: R/distributions3_utils.R
getParVector | R Documentation |
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!
getParVector(d)
d |
distributions3 object |
a numeric vector containing the parameters of d.
## Not run:
d <- Normal()
getParVector(d)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.