load_model | R Documentation |
After generate_model
has been called, this function can be used
to load the saved Model
object (along with the RNG state and
other information if desired).
load_model(dir, model_name, more_info = FALSE, simulator.files = NULL)
dir |
the directory passed to |
model_name |
the Model object's |
more_info |
if TRUE, then returns additional information such as
state of RNG after calling |
simulator.files |
if NULL, then |
Depending on more_info
, either returns Model
object
or a list containing Model
object and other information.
If simulation object is available, it is easier to use the function
model
to load the model.
generate_model
model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.