Learn R Programming

rrepast (version 0.8.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
# NOT RUN {
   d<- "C:/usr/models/your-model-directory"
   m<- Model(d)
   Load(m)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab