UpdateDefaultParameters {rrepast} | R Documentation |
UpdateDefaultParameters
Description
Modify the value of the default parameters which should be kept fixed
Usage
UpdateDefaultParameters(e, p)
Arguments
e |
An engine object instance |
p |
The collection of model fixed paramters to change |
Examples
## 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)
[Package rrepast version 0.8.0 Index]