[R] Using rgl to put a graphic beneath a plot

2009-12-05 Thread Colin Wyers
I've written a very simple bit of code to plot a trajectory using rgl: x - (c(0,-5.947,-11.496,-16.665,-21.474,-25.947,-30.116,-34.017,-37.684,-41.148,-44.435,-47.568,-50.567,-53.448,-56.223,-58.906)) y -

Re: [R] Using rgl to put a graphic beneath a plot

2009-12-05 Thread Duncan Murdoch
On 05/12/2009 3:07 AM, Colin Wyers wrote: I've written a very simple bit of code to plot a trajectory using rgl: x - (c(0,-5.947,-11.496,-16.665,-21.474,-25.947,-30.116,-34.017,-37.684,-41.148,-44.435,-47.568,-50.567,-53.448,-56.223,-58.906)) y -