onion (version 1.2-7)

t.onion: Onion transpose

Description

Takes the transpose of an onionic vector

Usage

# S3 method for onion
t(x)

Arguments

x

Onionic vector

Details

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

Examples

Run this code
# NOT RUN {
a <- roct(5)
t(a)
# }

Run the code above in your browser using DataCamp Workspace