RAND_VAR$set_prm | R Documentation |
This function updates the parameters.
RAND_VAR$set_prm(prm_name, prm_value)
prm_name |
List or Vector. A sequence of character parameter names. |
prm_value |
List or Vector. A sequence of parameter values. |
Return the object itself.
test <- rand_var()
test$set_prm("a", 1)
test
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.