Hey dear users

I'm trying to kind of split my matrix which looks as follows:
dim(out)
[1] 30 12

What I finally want is each line as it's own matrix which I can handle then separately.
Like, say:
out1<- [1,]
out2<-[2,]
......
Would you do that with a for() loop or does exist an other appropriate solution? I unfortunately couldn't find any solution!

Thanks for help

______________________________________________
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.

Reply via email to