View source: R/distributions3_utils.R
getParName | R Documentation |
Get parameter names from a distributions3 object.
getParName(d)
d |
distributions3 object |
a character vector containing the parameter names of d.
## Not run:
d <- Normal()
getParName(d)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.