biggest | R Documentation |
Returns the biggest type of a set of onions; useful for “promoting” a set of onions to the most general type.
biggest(...)
... |
Onionic vectors |
If any argument passed to biggest()
is an octonion, then return
the string “octonion”. Failing that, if any argument is a quaternion,
return the string “quaternion”, and failing that, return
“scalar”.
Character string representing the type
Robin K. S. Hankin
biggest(O1,rquat(100),1:4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.