d_lognormal | R Documentation |
Discrete log-normal distribution
d_lognormal(mu, sigma, dist_init = FALSE)
mu |
location parameter or the ln mean |
sigma |
scale parameter or ln standard deviation |
dist_init |
whether to distribute initial value across subcompartments following this distribution. (default to FALSE, meaning init value is always in the first compartment) |
a Distribution object for simulator
transitions <- list("I -> D" = d_lognormal(3, 0.6))
transitions <- denim_dsl({I -> D = d_lognormal(3, 0.6)})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.