t.onion {onion}R Documentation

Onion transpose

Description

Takes the transpose of an onionic vector

Usage

## S3 method for class 'onion'
t(x)

Arguments

x

Onionic vector

Details

Returns the transpose of the eight-row or four-row matrix

Author(s)

Robin K. S. Hankin

Examples

a <- roct(5)
t(a)

[Package onion version 1.2-7 Index]