UpdateDefaultParameters: UpdateDefaultParameters

Description Usage Arguments Examples

View source: R/RRepast.R

Description

Modify the value of the default parameters which should be kept fixed

Usage

1

Arguments

e

An engine object instance

p

The collection of model fixed paramters to change

Examples

1
2
3
4
5
6
7
8
## Not run: 
   d<- "C:/usr/models/your-model-directory"
   m<- Model(d)
   Load(m)

   p<- c(name1=value1, name2=2)
   UpdateDefaultParameters(m,p)
## End(Not run)

antonio-pgarcia/RRepast documentation built on Feb. 22, 2020, 1:20 a.m.