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

tableList or tableMatrix object.

y

tableList or tableMatrix object.

...

Passed arguments.

Value

Matrix object.


[Package tableMatrix version 0.82.0 Index]