get_parameters | R Documentation |
get_parameters(x, id = NULL)
x |
A |
id |
Integer; the id of the distribution to use (if x is a composite
distribution). If |
A list of parameters of the distribution.
dist <- Gamma(shape = 3, rate = 2)
get_parameters(dist)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.