Changing Turtle Breeds Add Comment Edit This morning I received an email from a friend who's having a problem changing a turtle's breed. I wasn't sure if I my sug... Read More
Loading GIS and CSV Data to the Model 1 Comment Edit This is my second post on the NetLogo GIS extension. The GIS map below shows the villages along with the turtle agents that belong to each ... Read More
Assigning Meaningful Colors to Turtles Add Comment Edit By default, NetLogo creates turtles with random colors, and to get rid of it, I normally assign a single color upon calling the create-turtl... Read More
Using In-Radius To Link Nearby Turtles Add Comment Edit I have used in-radius to gather information from patches and turtles for several times, but just recently tried in-radius to create links... Read More
Connecting or Linking Turtles from a CSV File 2 Comments Edit I have worked on a small social network model which uses an external file that contains all the information related to the person agents suc... Read More
Moving Turtles 1 Comment Edit Here are some commands you can do with turtles: fd number , bk number or forward number , backward number Turtles move for... Read More
Turtles and Variables Add Comment Edit In the world of agents, knowing the basic commands is very important. The NetLogo world is made up of four types of agents - turtl... Read More