Description Usage Arguments Value Examples
Merges the design matrix with parameters which will be keep fixed along simulation runs.
| 1 | BuildParameterSet(design, parameters)
 | 
| design | The experimental desing matrix for at least one factor | 
| parameters | All parameters of the repast model. | 
A data frame holding all parameters required for running the model
| 1 2 3 4 5 6 7 8 9 10 11 12 13 | ## Not run: 
   modeldir<- "c:/usr/models/BactoSim(HaldaneEngine-1.0)"
   e<- Model(modeldir=modeldir,dataset="ds::Output")
   Load(e)
   f<- AddFactor(name="cyclePoint",min=40,max=90)
   p<- GetSimulationParameters(e)
   d<- AoE.LatinHypercube(factors=f)
   p1<- BuildParameterSet(d,p)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.