I want to run the simple netlogo fire model with the nlrx package with different values for density... but I don't want to do it stochastically but deterministically (systematically), i.e. vary density from 0 to 100 with stepsize 1, each 10 times:
10 times with density 0
10 times with density 1
10 times with density 2
...
10 times with density 99
10 times with density 100
How would I do that?
Thank you!