condense | R Documentation |
Condense an onion into a string vector showing whether the elements are positive, zero or negative.
condense(x,as.vector=FALSE)
x |
An onionic vector |
as.vector |
Boolean, indicating whether to return a vector or matrix |
If as.vector
is TRUE
, return a string vector of the same
length as x
whose elements are length 4 or 8 strings for
quaternions or octonions respectively. If FALSE
, return a
matrix with these columns.
The characters are “+
” for a positive, “-
”
for a negative, and “0
” for a zero, element.
Robin K. S. Hankin
condense(roct(3))
condense(roct(3),as.vector=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.