RAND_UNIFORM_D$..init.. | R Documentation |
This function will be called after an instance is built. User input will be stored in the environment.
RAND_UNIFORM_D$..init..(a = 0, b = 1, k = 5, even = FALSE)
a |
Numeric. Lower bound. |
b |
Numeric. Upper bound. |
k |
Integer. Number of unique discrete values. |
even |
Boolean. Whether or not candidate values are evenly spaced. |
Return the object itself.
# Instantiate
test <- rand_uniform_d(a = 1, b = 2, k = 3)
test
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.