# NOT RUN {
rm(list=ls())
p<- "C:/Program Files/NetLogo 6.0.4/app"
output<- c("count sheep", "count wolves")
m<- file.path(nlpath, "models", "Sample Models", "Biology", model, "Wolf Sheep Predation.nlogo")
o<- NLWrapper.Model(p, m, output, 150)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab