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