Re: [R] grid layout scaling viewport width based solely on height

2008-08-10 Thread Paul Murrell
Hi Peter Cowan wrote: > Paul, > > On Wed, Aug 6, 2008 at 1:40 PM, Paul Murrell <[EMAIL PROTECTED]> wrote: >>> I'm trying to write a function that produces a main plotting region >>> with several square plots along the right side. Ideally the size of >>> right side plots will scale only with the

Re: [R] grid layout scaling viewport width based solely on height

2008-08-10 Thread Peter Cowan
Paul, That is exactly what I was looking for. Thank you! Peter On Sun, Aug 10, 2008 at 1:41 PM, Paul Murrell <[EMAIL PROTECTED]> wrote: > Hi > > > Peter Cowan wrote: >> Paul, >> >> On Wed, Aug 6, 2008 at 1:40 PM, Paul Murrell <[EMAIL PROTECTED]> wrote: I'm trying to write a function that p

Re: [R] grid layout scaling viewport width based solely on height

2008-08-07 Thread Peter Cowan
Paul, On Wed, Aug 6, 2008 at 1:40 PM, Paul Murrell <[EMAIL PROTECTED]> wrote: >> I'm trying to write a function that produces a main plotting region >> with several square plots along the right side. Ideally the size of >> right side plots will scale only with the height of the entire plot, >> ye

Re: [R] grid layout scaling viewport width based solely on height

2008-08-06 Thread Paul Murrell
Hi Peter Cowan wrote: > Hello all, > > I'm trying to write a function that produces a main plotting region > with several square plots along the right side. Ideally the size of > right side plots will scale only with the height of the entire plot, > yet never overlap with another secondary plot

[R] grid layout scaling viewport width based solely on height

2008-08-06 Thread Peter Cowan
Hello all, I'm trying to write a function that produces a main plotting region with several square plots along the right side. Ideally the size of right side plots will scale only with the height of the entire plot, yet never overlap with another secondary plot. The following two snippets get cl