Cable, Samuel B Civ USAF AFMC AFRL/RVBXI
2010-Nov-24 17:08 UTC
[R] adding blocks to arrays
I have a four-dimensional array. I have a three-dimensional array I want to add to it. My particular problem is conceptually very simple because the new array is just going to go into the end of the 4D array; i.e. will be added into the final index. I think I have seen an R command that can do this in one shot, but for the life of me, I can't find it again. Am I making this up, or is there such a thing? Thanks for your help. [[alternative HTML version deleted]]
On Nov 24, 2010, at 12:08 PM, Cable, Samuel B Civ USAF AFMC AFRL/RVBXI wrote:> I have a four-dimensional array. I have a three-dimensional array I > want to add to it. My particular problem is conceptually very simple > because the new array is just going to go into the end of the 4D > array; > i.e. will be added into the final index. I think I have seen an R > command that can do this in one shot, but for the life of me, I can't > find it again. Am I making this up, or is there such a thing? Thanks > for your help. > >I think it is a separate package with only one function of the same name, abind.> [[alternative HTML version deleted]] > > ______________________________________________ > R-help at 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 West Hartford, CT