[R] Concatenation

Wu Gong ghowoo at gmail.com
Fri May 21 16:46:24 CEST 2010


Sorry, I made a mistake. Should add "byrow = TRUE".
Using randomly created values can't check the result, a sequence will be
better.

olddata <- data.frame(matrix(1:200, nrow=40, byrow = TRUE))
newdata <- data.frame(matrix(as.vector(t(olddata)),
nrow=nrow(olddata)/10,byrow = TRUE))
dim(olddata)
dim(newdata)
olddata[1:2,]
newdata[1:2,]

-----
A R learner.
-- 
View this message in context: http://r.789695.n4.nabble.com/Concatenation-tp2225569p2226259.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list