powered by
The transpose of a matrix.
# S3 method for Expression t(x)# S4 method for Expression t(x)
# S4 method for Expression t(x)
An '>Expression representing a matrix.
An '>Expression representing the transposed matrix.
# NOT RUN { x <- Variable(3, 4) t(x) # }
Run the code above in your browser using DataLab