On Wed, Jun 3, 2009 at 2:21 PM, Axel Kowald <axel.kow...@rub.de> wrote: > > >> rpy.set_default_mode(rpy.NO_CONVERSION) >> > Okay, that is working ! > Although I thought that r.is_matrix(r.as_matrix(erg)) should take care > of that.
I can see why you tried this, but it doesn't do what you hoped for. This is equivalent to: temp = r.as_matrix(erg) r.is_matrix(temp) With the default conversion, temp would be a python object. Peter ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get _______________________________________________ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list