View source: R/analyze_model.R
analyze_model | R Documentation |
This function takes a modelbuilder model and model settings. It runs the simulation determined by the model settings and returns simulation results. Normally run when triggered by the user through the UI. Can also be called directly.
analyze_model(modelsettings, mbmodel)
modelsettings |
a list of model settings:
|
mbmodel |
A list which is a valid modelbuilder model object. |
This function runs a modelbuilder model for specific settings.
A list named "result" with each simulation and associated metadata as a sub-list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.