View source: R/netlogo-helper.R
| NLWrapper.SetParameter | R Documentation |
Set parameter values
NLWrapper.SetParameter(obj, parameters)
obj |
The object retuned by NLWrapper.Model |
parameters |
The data frame containing the paramters |
## Not run:
rm(list=ls())
p<- "C:/Program Files/NetLogo 6.1.1/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.