matrixTransposeDS {dsBase} | R Documentation |
Transposes a matrix A and writes the output to the serverside
matrixTransposeDS(M1.name = NULL)
M1.name |
A character string specifying the name of the matrix to be transposed |
Undertakes standard matrix transposition. This operation converts matrix A to matrix C where element C[i,j] of matrix C equals element A[j,i] of matrix A. Matrix A therefore has the same number of rows as matrix C has columns and vice versa.
Output is the matrix representing the transpose of A which is written to the serverside. For more details see help for ds.matrixTranspose
Paul Burton for DataSHIELD Development Team