powered by
Methods for rbind() and cbind() of onionmats. These are implemented by specifying methods for rbind2() and cbind2().
rbind()
cbind()
rbind2()
cbind2()
bind_onion(x,bind,...) bind_onion_onion(x,y,bind,...) bind_onion_onionmat(x,y,bind,...) bind_onionmat_onion(x,y,bind,...)
Return onionmats
Onions or onionmats
Either rbind or cbind as appropriate
rbind
cbind
Further arguments
Robin K. S. Hankin
rbind(rquat(3),rquat(3)) cbind(diag(5),roct(1)) cbind(matrix(Oil,4,2),matrix(roct(12),4,3))
Run the code above in your browser using DataLab