NetLogo/NW-Extension

how to use nw-extension features in netlogo

Closed this issue · 1 comments

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

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