Description Usage Arguments Details Value Author(s) Examples
Container for model-wide parameters such as number of iterations used in random sampling.
1 | openv.setN(x)
|
x |
|
The environment is also automatically populated by CheckDecisions
to communicate evaluation to other branches of the recursion tree.
The value N in this environment is used by interpret
when N is not given in an EvalOutput(...)
call.
No return value.
T. Rintala teemu.rintala.a@gmail.com
1 2 3 4 5 | openv$N
openv.setN(1)
openv$N
openv$N <- 2
openv$N
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.