R/distributions.R
lognorm.Rd
Specifies a log-normal distribution.
lognorm(meanlog, sdlog)
Numeric. Mean of the distribution on the log scale.
Numeric. Standard deviation of the distribution on the log scale.
A list specification for a log-normal distribution.
if (FALSE) { # \dontrun{ # Delay distribution delay <- lognorm(1.6, 0.42) } # }