cbind.tableList {tableMatrix} | R Documentation |
Column binding
Description
Column binding
Column binding of tab part of tableMatrix
or tableList
object.
Usage
## S3 method for class 'tableList'
cbind(x, y, ...)
## S3 method for class 'tableMatrix'
cbind(x, y, ...)
Arguments
x |
|
y |
|
... |
Passed arguments. |
Value
Matrix object.
[Package tableMatrix version 0.82.0 Index]