Re: [R] Tutorial on rgl Graphics

2010-05-24 Thread David Winsemius
On May 24, 2010, at 2:36 PM, vincent.deluard wrote: Hi Duncan, I love your plotlm3d function! I want to plot the following data: x [1] 1 2 3 4 5 6 7 8 9 10 y [1] 0.5678042 0.3986702 0.3063544 0.2554426 0.1954868 0.1238850 0.1161249 0.1689951 0.1826783 0.2406300 z [1] 0.2558

Re: [R] Tutorial on rgl Graphics

2010-05-24 Thread Duncan Murdoch
vincent.deluard wrote: Hi Duncan, I love your plotlm3d function! That's not really my function. I think I suggested some changes to it, but I didn't write most of it. Duncan Murdoch I want to plot the following data: x [1] 1 2 3 4 5 6 7 8 9 10 y [1] 0.5

Re: [R] Tutorial on rgl Graphics

2010-05-24 Thread vincent.deluard
Hi Duncan, I love your plotlm3d function! I want to plot the following data: > x [1] 1 2 3 4 5 6 7 8 9 10 > y [1] 0.5678042 0.3986702 0.3063544 0.2554426 0.1954868 0.1238850 0.1161249 0.1689951 0.1826783 0.2406300 > z [1] 0.2558812 0.2619668 0.2585930 0.2563669 0.2588323 0.2734029

Re: [R] Tutorial on rgl Graphics

2008-07-25 Thread Duncan Murdoch
On 7/25/2008 12:20 PM, Tom La Bone wrote: On further experimentation I find that "points" (via points3d) serve my purpose well (instead of the much prettier but more troublesome spheres). The default "point" appears to be a square. Is there a way to make it a circle? Not very easily. Now you c

Re: [R] Tutorial on rgl Graphics

2008-07-25 Thread Tom La Bone
On further experimentation I find that "points" (via points3d) serve my purpose well (instead of the much prettier but more troublesome spheres). The default "point" appears to be a square. Is there a way to make it a circle? Tom Duncan Murdoch-2 wrote: > > On 7/25/2008 11:01 AM, Tom La Bone

Re: [R] Tutorial on rgl Graphics

2008-07-25 Thread Duncan Murdoch
On 7/25/2008 11:01 AM, Tom La Bone wrote: After looking around a bit more I found the example I was looking for -- plotlm3d, which I found on the R wiki http://wiki.r-project.org/rwiki/doku.php?id=graph_gallery:new-graphics The original author was John Fox, and it was modified by Jose Clau

Re: [R] Tutorial on rgl Graphics

2008-07-25 Thread Tom La Bone
After looking around a bit more I found the example I was looking for -- plotlm3d, which I found on the R wiki http://wiki.r-project.org/rwiki/doku.php?id=graph_gallery:new-graphics The original author was John Fox, and it was modified by Jose Claudio Faria and Duncan Murdoch. Below is a si

Re: [R] Tutorial on rgl Graphics

2008-07-25 Thread Duncan Murdoch
On 25/07/2008 6:29 AM, Tom La Bone wrote: Can anyone point me towards a tutorial on using the rgl graphics package? Something with lots of examples would be nice. Thanks. The manual has lots of examples, and there are some papers about it, but I don't know of a tutorial. I think the most rel

[R] Tutorial on rgl Graphics

2008-07-25 Thread Tom La Bone
Can anyone point me towards a tutorial on using the rgl graphics package? Something with lots of examples would be nice. Thanks. Tom -- View this message in context: http://www.nabble.com/Tutorial-on-rgl-Graphics-tp18649114p18649114.html Sent from the R help mailing list archive at Nabble.com.