zeros | R Documentation |
wrapper of zeros_or_ones()
that replicates the behavior of
the zeros()
function on Matlab
zeros(n1, n2 = n1, ...)
n1 |
number of rows |
n2 |
number of columns |
... |
extra dimensions |
An n1-by-n2 matrix of zeros
zeros(5) zeros(5, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.