# NOT RUN {
require("tcltk")
data(lv) # load basic Lotka-Volterra model
lv <- editParms(lv)
plot(sim(lv))
data(conway) # Conway's game of life
init(conway) <- matrix(0, 10, 10)
conway <- editInit(conway) # enter some "1"
sim(conway, animate = TRUE, delay = 100)
# }
Run the code above in your browser using DataLab