| ParamContext | R Documentation |
Encapsulates one parameter realization for a simulation run. Resolved once
per draw by a ParamSource (or supplied directly) and injected into every
bundle callback that accepts a param_ctx argument.
ParamContext(draw_id, params, provenance = NULL)
draw_id |
Positive integer-valued numeric scalar identifying this
parameter draw. Whole-valued doubles such as |
params |
Named list of concrete parameter values. |
provenance |
Optional character scalar labelling the source of this
draw (e.g., |
A list of class "ParamContext".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.