search for: datasatructur

Displaying 1 result from an estimated 1 matches for "datasatructur".

Did you mean: datasatructure
2012 Mar 21
2
list of matrices
Hello dear R-users, I am currently trying to fill some datasatructure (array, list, hash...) with matrices that are calculated by a function and do vary in size: mylist = list() for(i in 1:n) mylist[i] = function(...) # returns a matrix print(mylist[1]) # prints only the first element of the matrix How can I store and afterwards access the matrices that ar...