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

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -