Description Usage Arguments Examples
Set parameter values
1 | NLWrapper.SetParameter(obj, parameters)
|
obj |
The object retuned by NLWrapper.Model |
parameters |
The data frame containing the paramters |
1 2 3 4 5 6 7 | ## Not run:
rm(list=ls())
p<- "C:/Program Files/NetLogo 6.0.4/app"
m<- file.path(nlpath, "models", "Sample Models", "Biology", "Wolf Sheep Predation.nlogo")
o<- NLWrapper.Model(p, m)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.