Combine Brobdingnagian or Glubdubbdribian vectors through concatenation
Usage
cbrob(x, ...)
Arguments
x
Brobdingnagian vector
...
Other arguments coerced to brob form
Author
Robin K. S. Hankin; original idea due to John Chambers
Details
If any argument has class glub, all arguments are coerced to
glubs. Otherwise, if any argument has class brob, all
arguments are coerced to brobs.
Function cbrob() operates recursively, calling .cPair()
repeatedly. Function .cPair() uses S4 method dispatch to call
either .Brob.cpair() or .Glub.cpair() according to the
classes of the arguments.