just store the broken sequences in a matrix:
M=matrix(1:12, ncol=3, byrow=FALSE)
> M
[,1] [,2] [,3]
[1,] 1 5 9
[2,] 2 6 10
[3,] 3 7 11
[4,] 4 8 12
--
View this message in context:
http://r.789695.n4.nabble.com/Dividing-a-vector-into-equal-interval-tp2534938p2535012.html
Sent from the R help mailing list archive at Nabble.com.
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.