expand.grid(i=rexp(5,rate=0.1))
It creates just one col but is there some way to multiply this easily to 5 cols? I mean the matlab-way-of-doing-things like rand('exp', 0.1, 10,20) (creating a matrix with exponentially-distributed-random-numbers with mean 0.1 of size 10x20), how?

expand.gridbefore findingmatrixand, say,rnorm. Perhaps the OP could have helped by saying something like "I can't find documentation on creating a matrix" to show where the real problem lies. – Carl Witthoft Feb 14 '12 at 19:39