Learn R Programming

Simile (version 1.3.4)

Interact with Simile Models

Description

Allows a Simile model saved as a compiled binary to be loaded, parameterized, executed and interrogated. This version works with Simile v6 on.

Copy Link

Version

Install

install.packages('Simile')

Monthly Downloads

182

Version

1.3.4

License

Unlimited

Maintainer

Jasper Taylor

Last Published

December 11th, 2024

Functions in Simile (1.3.4)

list.objects

List Simile model components
load.model

Load a Simile executable model
tcl.paired.to.list

Re-format model value array
consult.parameter.metafile

Set a model's parameters from a file saved by Simile
use.simile.at

Initialize the Simile interface
create.param.array

Allocates memory for interactively loading model parameters
reset.model

resets the model to its initial state.
set.model.parameter

Sets a model parameter with data in an array
execute.model

Execute a Simile model to a given time point
get.value.list

Get values from model components
is.dummy

Test if a path or handle is a 'dummy' whose only purpose is to allow tests to run.
get.model.property

Get properties of model components
set.model.step

Sets the time step used to execute a model.
tcl.paired.to.array

Re-format model value array
get.model.time

Gets the time in the simulation.
get.value.array

Get values from model components
Simile-package

Interface to executable Simile models
create.model

Create an executable model instance