onion (version 1.5-0)

bind: 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,...)

Value

Return onionmats

Arguments

x,y

Onions or onionmats

bind

Either rbind or cbind as appropriate

...

Further arguments

Author

Robin K. S. Hankin

Examples

Run this code
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