Run »
thisarray <- c(1:24) multiarray <- array(thisarray, dim = c(4, 3, 2)) multiarray[2, 3, 2]
[1] 22