transpose is a wrapper function around the t function, which
tranposes matrices. Contrary to t, transpose processes vectors
as if they were row matrices.
Usage
transpose(object = NULL)
Arguments
object
A vector or a matrix.
Value
Return a matrix which is the exact transpose of the vector or matrix x