kazaam (version 0.1-0)

cbind.shaq: cbind

Description

Column binding for shaqs.

Usage

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

Arguments

...

A collection of shaqs.

deparse.level

Ignored.

Value

A shaq.

Communication

The operation is completely local.

Details

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

Examples

Run this code

library(kazaam)
x = ranshaq(runif, 10, 3)
y = ranshaq(runif, 10, 1)

cbind(x, y)

finalize()


Run the code above in your browser using DataLab