Message-ID: <F99A7BAA16F00E4FB872978F3F99137803AF97E6@VFGAMLAO13.Enterprise.afmc.ds.af.mil>
Date: 2009-04-15T18:42:28Z
From: Cable, Samuel B Civ USAF AFMC AFRL/RVBXI
Subject: (hopefully) simple array op
In-Reply-To: <mailman.25.1239789606.8943.r-help@r-project.org>
Regarding my last mail, I typed too soon. Figure I can do
> a<-array(c(a,b),dim=c(2,2,3))
Seems to work fine. But I would like to hear other ideas if you have
any. In particular, I am going to have to do this operation over and
over. That last index "3" will have to increase by one every time.
Seems like it would make for nicer code if I didn't have to worry about
that. Thanks again.