[R] Teach me how to transpose in R

cls59 chuck at sharpsteen.net
Sun Sep 27 09:14:57 CEST 2009




Hyo Lee wrote:
> 
> 
> Teach me how to deal with this problem.
> Thank you very much.
> 
> -Hyo
> 
> 


A good thing to try if you're stuck finding the right function in R is
searching with ??. For example, if you type:

??"transpose"

The base routine t(), which performs a matrix transpose, is one of the first
things that comes up.

Hope that helps!

-Charlie

-----
Charlie Sharpsteen
Undergraduate
Environmental Resources Engineering
Humboldt State University
-- 
View this message in context: http://www.nabble.com/Teach-me-how-to-transpose-in-R-tp25630869p25631393.html
Sent from the R help mailing list archive at Nabble.com.




More information about the R-help mailing list