RAND_UNIFORM$..init.. | R Documentation |
This function will be called after an instance is built. User input will be stored in the environment.
RAND_UNIFORM$..init..(a = 0, b = 1)
a |
Numeric. Lower bound. |
b |
Numeric. Upper bound. |
Return the object itself.
# Instantiate
test <- rand_uniform(a = 1, b = 2)
test
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.