A common operation with matrix is to transpose it. This can be done with the function t() . > t(x) # transpose a matrix [,1] [,2] ...
確定! 回上一頁