mat.or.vec | R Documentation |
mat.or.vec
creates an nr
by nc
zero matrix if
nc
is greater than 1, and a zero vector of length nr
if
nc
equals 1.
mat.or.vec(nr, nc)
nr, nc |
numbers of rows and columns. |
mat.or.vec(3, 1) mat.or.vec(3, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.