Takes the transpose of an onionic vector
## S3 method for class 'onion' t(x)
x
Onionic vector
Returns the transpose of the eight-row or four-row matrix
Robin K. S. Hankin
a <- roct(5) t(a)