Skip to content
Prev 78021 / 398502 Next

is it possible to form matrix of matrices...and multiple arrays

booop booop schrieb:
I would say yes and yes.
A Matrix with matrix entries could be a dataframe or you just use the 
cbind or rbind command.
The array of arrays I would say is a table, then you can specify
table[row,coloumn]
or table[1..10,1..10].

Greetz, Sonja