a <- rbind(1:3, 4:6, 7:9, 10:12, 13:15) a1 <- a[1:3,] a2 <- a[4:5,] a1 a2
[[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org 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.