show | R Documentation |
Show methods, to display objects at the prompt
albert_show(x)
spin_show(x)
jordan_matrix_show(x)
description(x,plural=FALSE)
x |
Jordan object |
plural |
Boolean, indicating whether plural form is to be given |
The special algebras use a bespoke show method,
jordan_matrix_show()
or spin_show()
. If the number of
elements is small, they display a concise representation and modify
the row and column names of the underlying matrix slightly; spin
factors are displayed with the scalar component offset from the vector
component.
Print methods for special algebras are sensitive to the value of
option head_and_tail
, a two-element integer vector indicating
the number of start lines and end lines to print.
Function description()
gives a natural-language description of
its argument, used in the print method.
Returns the argument
Robin K. S. Hankin
rspin()
rqhm()
rchm()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.