I am trying to create a list "pool" like this:
> n=10 > pool=list(0:n,0:n,0:n) > pool [[1]] [1] 0 1 2 3 4 5 6 7 8 9 10 [[2]] [