if (FALSE) {
dir.create("images")
## Create image sequence and save as png's in the working directory.
traj <- simulTrajec(path="images",
nframes=30,nIndividuals=20,domain="square",
h=0.01,rho=0.9,
sizes=runif(20,0.004,0.006))
}
Run the code above in your browser using DataLab