Re: [R] rgl plot rotation with device other than mouse

2015-10-27 Thread santiago gil
or example, with a standard joystick? Is there something "deeper" in the code that I could look towards to make this possible? Or any other library that might support something like this? 2015-10-27 14:17 GMT-04:00 Duncan Murdoch : > On 27/10/2015 1:38 PM, santiago gil wrote: > >&

[R] rgl plot rotation with device other than mouse

2015-10-27 Thread santiago gil
Hello R, I'm trying to figure out if it would be possible use a device (maybe simply a trackball) separate from the mouse that would have the ability to rotate a 3D plot made with rgl without any buttons. This is to build an interactive "demo"-like piece for which a mouse or trackpad is an unsatis

Re: [R] Problem with handling of attributes in xmlToList in XML package

2013-04-16 Thread santiago gil
as to move everything to a more R-friendly object like a list. Any tips? Best, Santiago 2013/4/16 Ben Tupper : > Hi, > > On Apr 16, 2013, at 2:49 PM, santiago gil wrote: >> >> 2013/4/14 santiago gil : >>> Hello all, >>> >>> I have a problem with t

Re: [R] Problem with handling of attributes in xmlToList in XML package

2013-04-16 Thread santiago gil
Are my emails getting through? 2013/4/14 santiago gil : > Hello all, > > I have a problem with the way attributes are dealt with in the > function xmlToList(), and I haven't been able to figure it out for > days now. > > Say I have a document (produced by nmap) like th

[R] Problem with handling of attributes in xmlToList in XML package

2013-04-14 Thread santiago gil
Hello all, I have a problem with the way attributes are dealt with in the function xmlToList(), and I haven't been able to figure it out for days now. Say I have a document (produced by nmap) like this: > mydoc <- ' state="up" reason="echo-reply" reason_ttl="127"/> cpe:/o:microsoft:wind

[R] Problem with handling of attributes in xmlToList in XML package

2013-04-12 Thread santiago gil
Hello all, I have a problem with the way attributes are dealt with in the function xmlToList(), and I haven't been able to figure it out for days now. Say I have a document (produced by nmap) like this: > mydoc <- ' state="up" reason="echo-reply" reason_ttl="127"/> cpe:/o:microsoft:wind