newModel: Creating a new model

Description Usage Arguments Value Examples

Description

Creating a new model object. This object will contain all components of the model and information required to run simulation.

Usage

1

Arguments

x

name of the model (required)

Value

This function adds information about rules into the model (given as a first argument of the function). Rules information is stored in the list format and contain the following elements:

Examples

1
2
3
4
exmp <- newModel("This is an example of a new model")

# Show info about model
exmp

Vessy/sysBio documentation built on May 9, 2019, 9:55 p.m.