Learn R Programming

rrepast (version 0.4.0)

Load: The Scenario loader

Description

Loads the model's scenario. This function must be called before running the model.

Usage

Load(e)

Arguments

e
-- An engine object instance

Examples

Run this code
d<- "C:/usr/models/your-model-directory"
   m<- Model(d)
   Load(m)

Run the code above in your browser using DataLab