Using In-Radius To Link Nearby Turtles
I have used in-radius to gather information from patches and turtles for several times, but just recently tried in-radius to create links of nearby turtles. Here's the procedure:
to network
ask turtles [
create-links-with other turtles in-radius network-radius
]
end
Just make sure to create the network-radius slider in the interface panel :)
0 comments:
Post a Comment