length {onion} | R Documentation |
Length of an octonionic vector
Description
Get or set the length of onions
Usage
## S4 method for signature 'onion'
length(x)
Arguments
x |
An onion |
Details
Operates on the columns of the matrix as expected.
Value
integer
Author(s)
Robin K. S. Hankin
Examples
a <- roct(5)
length(a)
[Package onion version 1.5-3 Index]