cbind.shaq: cbind

Description Usage Arguments Details Value Communication Examples

View source: R/cbind.r

Description

Column binding for shaqs.

Usage

1
2
## S3 method for class 'shaq'
cbind(..., deparse.level = 1)

Arguments

...

A collection of shaqs.

deparse.level

Ignored.

Details

All shaqs should have the same number of rows. Additionally, all shaqs should be distributed in identical fashion.

Value

A shaq.

Communication

The operation is completely local.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
library(kazaam)
x = ranshaq(runif, 10, 3)
y = ranshaq(runif, 10, 1)

cbind(x, y)

finalize()

## End(Not run)

RBigData/pbdSHAQ documentation built on Nov. 9, 2021, 9:10 a.m.