cbind2 {hrf} | R Documentation |
cbind
if first argument might be NULL
Description
cbind
, but return the second argument if the first is NULL
Usage
cbind2(mat_or_NULL, to_add)
Arguments
mat_or_NULL |
|
to_add |
A numeric matrix with the same number of rows as |
Value
cbind(mat_or_NULL, to_add)
, or just to_add
if the first argument is NULL.
[Package hrf version 0.1.3 Index]