create.model: Create an executable model instance

Description Usage Arguments Value Author(s) Examples

View source: R/clientmmii.R

Description

A script can create many independent instances of the same model description, each with its own execution state.

Usage

1
create.model(model.handle)

Arguments

model.handle

The handle returned by load.model() identifying the model type.

Value

A handle to a new instance of the model, which will have its own component values, parameter values and execution settings

Author(s)

Jasper Taylor

Examples

1
instance.handle <- create.model("dummy_mh")

Simile documentation built on May 2, 2019, 6:52 a.m.