powered by
cell(...)
ones
zeros
cell(3) cell(c(3, 3)) # same thing cell(3, 3) # same thing cell(size(matrix(NA, 3, 3))) # same thing
Run the code above in your browser using DataLab