Or just: sapply(a, function(x)do.call("cbind", x))
If is what you want. On 31/10/2007, Henrique Dallazuanna <[EMAIL PROTECTED]> wrote: > > Hi > Perhaps: > > Hi, > > Try this: > > do.call("rbind", lapply(a, function(x)do.call("cbind", x))) > > On 31/10/2007, livia <[EMAIL PROTECTED]> wrote: > > > > > > Hello, > > > > I would like to use the cbind() function to construct a matrix used in > > the > > middle of a function as following > > > > for (i in 1:1000) { > > b[i] <- function(cbind(a[[1]][[i]], > > a[[2]][[i]],a[[3]][[i]],...a[[67]][[i]])) > > } > > > > > > Is there an easy way of achieving this rather than "cbind" every column? > > -- > > View this message in context: > > http://www.nabble.com/cbind%28%29-tf4724534.html#a13507633 > > Sent from the R help mailing list archive at Nabble.com<http://nabble.com/> > > . > > > > ______________________________________________ > > 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<http://www.r-project.org/posting-guide.html> > > and provide commented, minimal, self-contained, reproducible code. > > > > > > -- > Henrique Dallazuanna > Curitiba-Paraná-Brasil > 25° 25' 40" S 49° 16' 22" O -- Henrique Dallazuanna Curitiba-Paraná-Brasil 25° 25' 40" S 49° 16' 22" O [[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.