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)


onion documentation built on May 29, 2024, 5:22 a.m.