Re: [R] Resize Graphics Window

2010-05-02 Thread Sigal Blay
(vp1) function2(5, vp2) # User needs to draw 5 lines above triangle popViewport() - Original Message - From: "Tal Galili" To: "Sigal Blay" Cc: r-help@r-project.org Sent: Saturday, May 1, 2010 11:48:43 PM GMT -08:00 US/Canada Pacific Subject: Re: [R] Resize Graphics Window H

Re: [R] Resize Graphics Window

2010-05-01 Thread Tal Galili
Hi Sigal, could you give a simple example ? I can imagine in some cases that enlarging the windows would help, but on others there are other parameters you would like to play with instead. So having an example to solve, will help people help you. Tal Contact Details:---

[R] Resize Graphics Window

2010-04-30 Thread Sigal Blay
Need way to resize an existing graphics window. This should be applicable across platforms (as part of a package). Context: function1() draws main plot (I'm using grid), function2() adds smaller plot above main plot, but this one can sometimes overflow the original graphics window area. Thanks