Google News
logo
R - Interview Questions
What is transpose in R?
The conversion of the rows of the matrix in column and column of the matrix in a row is known as transpose. In R we can do it in two ways first by using the t() function and by iterating over each value using Loops.
Advertisement