View source: R/distribution_handler.R
distribution_handler | R Documentation |
Internal helper function for drawing traits
distribution_handler(parm1, parm2, n = 1, type)
parm1 |
the first parameter in a fitted distribution |
parm2 |
the second parameter in a fitted distribution |
n |
Number of draws. Defaults to 1 |
type |
Distribution type to fit. One of "normal", "lognormal", or "beta" |
numeric vector of length n
from required distribution.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.