get_distribution | R Documentation |
<dist_spec>
get_distribution(x, id = NULL)
x |
A |
id |
Integer; the id of the distribution to use (if x is a composite
distribution). If |
A character string naming the distribution (or "nonparametric")
dist <- Gamma(shape = 3, rate = 2, max = 10)
get_distribution(dist)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.