Hi,

I'm not sure why transposing a matrix is not working. Can somebody let
me know what is going on here?

>>> rpy.r.matrix(range(6),nr=2)
[[0, 2, 4], [1, 3, 5]]
>>> rpy.r.t(rpy.r.matrix(range(6),nr=2))
[[0, 2, 4], [1, 3, 5]]

Regards,
Peng

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to