bind function

Binding of onionmats

Binding of onionmats

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

Arguments

  • x,y: Onions or onionmats
  • bind: Either rbind or cbind as appropriate
  • ...: Further arguments

Returns

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))
  • Maintainer: Robin K. S. Hankin
  • License: GPL-2
  • Last published: 2024-03-29