Skip to content
Prev 293190 / 398503 Next

Question about expand.grid function in R

I don't think you can do it within expand.grid() but something like
this might work:

rownames(x) <- apply(x, 1, paste, collapse = "")

Michael
On Tue, May 1, 2012 at 5:05 AM, Kelly Cool <kellycool79 at yahoo.com> wrote: