bind {onion} | R Documentation |
Binding of onionmats
Description
Methods for rbind()
and cbind()
of onionmats. These are
implemented by specifying methods for rbind2()
and
cbind2()
.
Usage
bind_onion(x,bind,...)
bind_onion_onion(x,y,bind,...)
bind_onion_onionmat(x,y,bind,...)
bind_onionmat_onion(x,y,bind,...)
Arguments
x , y |
Onions or onionmats |
bind |
Either |
... |
Further arguments |
Value
Return onionmats
Author(s)
Robin K. S. Hankin
Examples
rbind(rquat(3),rquat(3))
cbind(diag(5),roct(1))
cbind(matrix(Oil,4,2),matrix(roct(12),4,3))
[Package onion version 1.5-3 Index]