Row and Column Bind
\method{c}{madness}(...)# S4 method for madness,missing
cbind2(x, y, ...)
# S4 method for madness,madness
cbind2(x, y, ...)
# S4 method for madness,ANY
cbind2(x, y, ...)
# S4 method for ANY,madness
cbind2(x, y, ...)
# S4 method for madness,missing
rbind2(x, y, ...)
# S4 method for madness,madness
rbind2(x, y, ...)
# S4 method for madness,ANY
rbind2(x, y, ...)
# S4 method for ANY,madness
rbind2(x, y, ...)
optional arguments for methods (ignored here).
madness
or array, numeric, matrix objects.
Steven E. Pav shabbychef@gmail.com