print.onion {onion} | R Documentation |
Prints an onion
## S3 method for class 'quaternion' print(x, h=getOption("horiz"), ...) ## S3 method for class 'octonion' print(x, h=getOption("horiz"), ...)
x |
Onionic vector |
h |
Boolean, with default |
... |
Further arguments (currently ignored) |
If options("horiz")
is TRUE
, then print by rows rather
than columns (provided that the default value of argument h
is
not overridden). The default behaviour is to print by columns; do
this by setting horiz
to anything other than TRUE
, including
leaving it unset.
Robin K. S. Hankin
roct(4)