Re: [R] Dont print plot on screen

2010-12-08 Thread Ivan Calandra
For (at least) boxplot() and hist(), you can set plot=FALSE But since we don't know what type of plot you want, difficult to be sure. Ivan Le 12/8/2010 14:14, Joel a écrit : Hi is there any command or setting that allows you to do the plot command but it dose not print the plot on screen? So wh

Re: [R] Dont print plot on screen

2010-12-08 Thread Duncan Murdoch
On 08/12/2010 8:14 AM, Joel wrote: Hi is there any command or setting that allows you to do the plot command but it dose not print the plot on screen? So when you are saveing an plot in a function you dont want it to display the plot just save it. Yes, that's the normal behaviour when plottin

Re: [R] Dont print plot on screen

2010-12-08 Thread jim holtman
The create a file with the graphics: ?pdf ?jpg ?postscript The question is if you are generating it, what do you want to do with it. If you don't say otherwise, it will go to the default graphics which is probably a window on your console. You will have to direct it where you want it. On Wed,

[R] Dont print plot on screen

2010-12-08 Thread Joel
Hi is there any command or setting that allows you to do the plot command but it dose not print the plot on screen? So when you are saveing an plot in a function you dont want it to display the plot just save it. -- View this message in context: http://r.789695.n4.nabble.com/Dont-print-plot-on-