use.simile.at: Initialize the Simile interface

Description Usage Arguments Value Author(s) Examples

View source: R/clientmmii.R

Description

This tells the package where to find an installed copy of Simile. It then loads the Tcl command implementations in the Simile installation to enable R's tcltk package to communicate with Simile's saved executable models. It should be called only once in a session.

Usage

1
use.simile.at(path.to.installation)

Arguments

path.to.installation

Absolute or realtive path to top directory of Simile installation, e.g., "c:/Program files/Simile5.97" or "/usr/lib64/Simile-6.3"

Value

undefined.

Author(s)

Simulistics Ltd

Examples

1
use.simile.at("dummy/path")

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