simulation - Sprouting turtles spaced at least one patch apart -


is there way can sprout turtles given have @ least 1 empty patch between other turtles?

to setup   ca   ask patches [ if not any? neighbors [any? turtles-here]  [ sprout 1]] end 

Comments

Popular posts from this blog

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -