powered by
cbind.rv
rbind.rv
## S3 method for class 'rv': cbind(\dots, deparse.level = 1) ## S3 method for class 'rv': rbind(\dots, deparse.level = 1)
x <- rvnorm(10) y <- rvnorm(10) cbind(x,y) rbind(x,y)
Run the code above in your browser using DataLab