length: Length of an octonionic vector

lengthR 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)


RobinHankin/onion documentation built on April 15, 2024, 8:55 a.m.