I am trying to create a basic foraging model and at the moment I get outputs such as:
repeats= 1 time= 19 : food eaten= 100
repeats= 2 time= 33 : food eaten= 100
repeats= 3 time= 1001 : food eaten= 100
for each loop, the output I am interested in is the "time".
Is there an easy way to create a table which would store repeats and time?