Using gdf file with netlogo nw extension -


i have loaded gdf file using nw extension in netlogo. how can limit number of turtles? attached code wrote:

exextensions [ nw ] breed [ orgs org ] directed-link-breed [ likes ] setup   ca   nw:load-gdf "d://netlogowork/j14clean.gdf"  orgs likes  end 


Comments

Popular posts from this blog

php - Autoloader issue not returning Class -

javascript - How can I reference jquery library using cgi methods in ruby? -

ruby - Prevent Custom Validation Error on Association -