cbind2 | R Documentation |
cbind
if first argument might be NULL
cbind
, but return the second argument if the first is NULL
cbind2(mat_or_NULL, to_add)
mat_or_NULL |
|
to_add |
A numeric matrix with the same number of rows as |
cbind(mat_or_NULL, to_add)
, or just to_add
if the first argument is NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.