cell | R Documentation |
Create cell array.
cell(...)
... |
numeric dimensions for the result |
Returns list consisting of empty matrices. Defaults to square if dimension argument resolves to a single value.
P. Roebuck proebuck1701@gmail.com
ones
,
zeros
cell(3)
cell(c(3, 3)) # same thing
cell(3, 3) # same thing
cell(size(matrix(NA, 3, 3))) # same thing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.