NetLogo / NW-Extension

This is the NetLogo Network Extension. For general information about NetLogo, see:
http://ccl.northwestern.edu/netlogo/
Other
62 stars 25 forks source link

how to use nw-extension features in netlogo #161

Closed bkashif closed 8 years ago

bkashif commented 8 years ago

I am new to this NW-Extension. Someone plz tell how to use the following command in netlogo directly as i need to generate a preferential attachment model. nw:generate-preferential-attachment turtles links 100 [ set color red ] Thanks

qiemem commented 8 years ago

That command should work as you've written. Did you include extensions [ nw ] at the top of your code? What's going wrong?