You can use 'matrix()', as in

x <- 1:2000
matrix(x, nrow = 200, ncol = 10)

-roger

R_xprt_wannabe wrote:
Dear List,

I have, say, a 2000x1 numeric vector and would like to
split it into, say, a 200x10 matrix.  Any help is
appreciated.

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


-- Roger D. Peng http://www.biostat.jhsph.edu/~rpeng/

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to