powered by
Column binding for shaqs.
# S3 method for shaq cbind(..., deparse.level = 1)
A collection of shaqs.
Ignored.
A shaq.
The operation is completely local.
All shaqs should have the same number of rows. Additionally, all shaqs should be distributed in identical fashion.
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