Re: [R] Passing par()-parameters to many plot()s in a function

2010-12-03 Thread Duncan Murdoch
On 03/12/2010 3:00 PM, Alexx Hardt wrote: Am 03.12.2010 20:31, schrieb Duncan Murdoch: > On 03/12/2010 12:22 PM, Alexx Hardt wrote: >> Hi, >> I am implementing a function which generates about 10 .pdf plots in the >> current directory. >> I need the graphic to fit into a LaTeX-Presentation-s

Re: [R] Passing par()-parameters to many plot()s in a function

2010-12-03 Thread Alexx Hardt
Am 03.12.2010 20:31, schrieb Duncan Murdoch: On 03/12/2010 12:22 PM, Alexx Hardt wrote: Hi, I am implementing a function which generates about 10 .pdf plots in the current directory. I need the graphic to fit into a LaTeX-Presentation-slide, so the outer margin should be removed (this is the way

Re: [R] Passing par()-parameters to many plot()s in a function

2010-12-03 Thread Duncan Murdoch
On 03/12/2010 12:22 PM, Alexx Hardt wrote: Hi, I am implementing a function which generates about 10 .pdf plots in the current directory. I need the graphic to fit into a LaTeX-Presentation-slide, so the outer margin should be removed (this is the way to do it, right?): I am having trouble findi

[R] Passing par()-parameters to many plot()s in a function

2010-12-03 Thread Alexx Hardt
Hi, I am implementing a function which generates about 10 .pdf plots in the current directory. I need the graphic to fit into a LaTeX-Presentation-slide, so the outer margin should be removed (this is the way to do it, right?): I am having trouble finding out where to put the par command(s). I