Description Usage Arguments Value
Given the name of a blang model (name of .bl file), run the model with no additional arguments.
1 | run.blangModel(obj, run.args = NULL)
|
obj |
is a blangModel object, which will be run with the arguments provided to it via obj$blang.args |
run.args |
optional parameter that allows you to modify the default blangModel$blang.args for this run. If NULL, it will just use blangModel$blang.args. |
returns a blangModel object with this runs results path and arguments. After a run is complete, the list of sampled variables can be accessed via modelName$samples and the temperatures via modelName$temps.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.