cbind.shaq {kazaam}R Documentation

cbind

Description

Column binding for shaqs.

Usage

## 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

## Not run: 
library(kazaam)
x = ranshaq(runif, 10, 3)
y = ranshaq(runif, 10, 1)

cbind(x, y)

finalize()

## End(Not run)


[Package kazaam version 0.1-0 Index]