create.param.array: Allocates memory for interactively loading model parameters

Description Usage Arguments Value Author(s) Examples

View source: R/clientmmii.R

Description

If a script is to provide values directly for a Simile model parameter, this command must be called first to set up a location for the parameters to be held

Usage

1
create.param.array(instance.handle,param.name)

Arguments

instance.handle

The handle returned by create.model() identifying the model instance.

param.name

Caption path to the model component whose value is to be specified

Value

A handle to the location that has been created.

Author(s)

Jasper Taylor

Examples

1
param.handle <- create.param.array("dummy_ih", "/submodel1/trees/larch")

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