Skip to content

3 dimensional matrix (summary)

1 message · Tony Long

#
Thanks to all who replied.

array.test <- array(1:64,c(4,4,4))
array.test[1,1,1]
1
array.test[4,4,4]
64

Cool!