load.model {Simile}R Documentation

Load a Simile executable model

Description

Loads a simile model saved as a compiled binary ( a .dll, .so or .dylib file depending on platform)

Usage

load.model(path.to.binary)

Arguments

path.to.binary

Absolute or relative path to file to be loaded

Value

Handle to be used for querying or instantiating model, as a Tcl object

Author(s)

Jasper Taylor

Examples

model.handle <- load.model("dummy.dll")

[Package Simile version 1.3.3 Index]