t;>>> x
>
>>>> y = x.as_py(rpy.BASIC_CONVERSION)
>>>> y
> [[0, 1], [2, 3], [4, 5]]
>
> -Greg
>
>> -----Original Message-
>> From: Peng Yu [mailto:pengyu...@gmail.com]
>> Sent: Sunday, September 27, 2009 12:57 PM
>>
ailto:pengyu...@gmail.com]
> Sent: Sunday, September 27, 2009 12:57 PM
> To: RPy help,support and design discussion list
> Subject: [Rpy] Why rpy.r.t is not working
>
> Hi,
>
> I'm not sure why transposing a matrix is not working. Can somebody let
> me know what is goin
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