RAND_LOGNORMAL$..init.. | R Documentation |
This function will be called after an instance is built. User input will be stored in the environment.
RAND_LOGNORMAL$..init..(mu = 0, sigma = 1)
mu |
Numeric. Mean of the log of the random variable. |
sigma |
Numeric. Standard deviation of the log the random variable. |
Return the object itself.
# Instantiate
test <- rand_lognormal(mu = 1, sigma = 2)
test
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.