cell | R Documentation |
Creates an array of zeros
cell(n, sz = c(n, n), expandable = FALSE, ...)
n |
a the first dimension (or both, if sz is not passed) |
sz |
the second dimension (or 1st and 2nd, if not passed) |
expandable |
if TRUE, output is a list (so it can take different lengths) |
... |
Other dimensions |
An array of zeroes with the dimensions passed on call
cell(5) cell(5, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.