Re: [R] Trying to save both an rgl plot and a bar plot errors

2009-10-25 Thread Duncan Murdoch
On 25/10/2009 9:10 AM, jamesgia...@aol.com wrote: Hello, I am basically using a script that is designed to first create an rgl 3d scatter plot followed by a barplot on the same data. After this is done, the program is to first save the barplot as a .tiff file then to save the rgl 3d graph as a

Re: [R] Trying to save both an rgl plot and a bar plot errors

2009-10-25 Thread David Winsemius
On Oct 25, 2009, at 9:10 AM, jamesgia...@aol.com wrote: Hello, I am basically using a script that is designed to first create an rgl 3d scatter plot followed by a barplot on the same data. After this is done, the program is to first save the barplot as a .tiff file then to save the rgl 3d

Re: [R] Trying to save both an rgl plot and a bar plot errors

2009-10-25 Thread Peter Ehlers
jamesgia...@aol.com wrote: Hello, I am basically using a script that is designed to first create an rgl 3d scatter plot followed by a barplot on the same data. After this is done, the program is to first save the barplot as a .tiff file then to save the rgl 3d graph as a .png file. Once this i

[R] Trying to save both an rgl plot and a bar plot errors

2009-10-25 Thread jamesgiacmo
Hello, I am basically using a script that is designed to first create an rgl 3d scatter plot followed by a barplot on the same data. After this is done, the program is to first save the barplot as a .tiff file then to save the rgl 3d graph as a .png file. Once this is done, it is to repeat this