Skip to content
Prev 257664 / 398502 Next

all combinations with replacement

probably expand.grid(), e.g.,

expand.grid(rep(list(0:6), 3))


I hope it helps.

Best,
Dimitris
On 4/21/2011 9:28 PM, Kehl D?niel wrote: