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 the transposed matrix.
An Expression representing a matrix.
x <- Variable(3, 4) t(x)
Run the code above in your browser using DataLab