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.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to