I would like the output not to be a list with R objects as its
elements, but simply a list. Is that possible ?
Thanks !
Alex
sage: x = r.c([1,2,3])
sage: x
[1] 1 2 3
sage: list(x)
[[1] 1, [1] 2, [1] 3]
sage:
sage:
sage:
sage: sageobj(x)
[1, 2, 3]
sage: type(sageobj(x))
<type 'list'>
Thanks anyway !
On Apr 13, 12:20 pm, ablondin <alexandre.blondin.ma...@gmail.com>
wrote:
--
To post to this group, send email to sage-s...@googlegroups.com
To unsubscribe from this group, send email to sage-support...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-support
URL: http://www.sagemath.org
To unsubscribe, reply using "remove me" as the subject.