Skip to content
Prev 138521 / 398506 Next

How to make a 2-dim array being "interpreted" as an array rather than as a matrix

I don't know if is the best way:

a3 <- array(a2, dim=c(nrow(a2), ncol(a2), 1))

foo(a3)
On 04/03/2008, S?ren H?jsgaard <Soren.Hojsgaard at agrsci.dk> wrote: