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 -

ruby - Prevent Custom Validation Error on Association -

c++ - Why am i getting wrong values when performing PE base relocation? -