On Feb 25, 2010, at 12:05 AM, blue sky wrote:
I don't find rbind, cbind or other bind that bind in other dimesions
for multidimension array while keeping the result of the same
dimension.
For example, say, dim(x)=c(2,3,4), dim(y)=c(3,3,4). I want to have the
result z, where dim(z)=c(2+3,3,4), when I bind x and y in the first
dimenion. The bind can also be in the 2nd and 3rd dimesion.
?abind::abind
Could somebody let me know if this family of functions are available
somewhere?
______________________________________________
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.
David Winsemius, MD
Heritage Laboratories
West Hartford, CT
______________________________________________
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.