bind | R Documentation |
Methods for rbind()
and cbind()
of onionmats. These are
implemented by specifying methods for rbind2()
and
cbind2()
.
bind_onion(x,bind,...)
bind_onion_onion(x,y,bind,...)
bind_onion_onionmat(x,y,bind,...)
bind_onionmat_onion(x,y,bind,...)
x , y |
Onions or onionmats |
bind |
Either |
... |
Further arguments |
Return onionmats
Robin K. S. Hankin
rbind(rquat(3),rquat(3))
cbind(diag(5),roct(1))
cbind(matrix(Oil,4,2),matrix(roct(12),4,3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.