Skip to content
Prev 168932 / 398506 Next

Matrix

Sorry, there was an error. Try this:

x <- matrix(1:4, 2)
y <- 10 * x
matrix(t(cbind(x, y)), nc = 2, byrow = TRUE)


On Mon, Feb 2, 2009 at 12:32 PM, Gabor Grothendieck
<ggrothendieck at gmail.com> wrote: