Skip to content
Prev 293197 / 398503 Next

Question about expand.grid function in R

On May 1, 2012, at 15:36 , R. Michael Weylandt wrote:

            
Also

rownames(x) <- do.call(paste, c(x, sep=""))

or, in recent versions,

rownames(x) <- do.call(paste0, x)