Re: [R] Lattice: problem with setting space between plot and legend

2011-08-17 Thread Duncan Mackay
Hi If space="bottom" then I think that par.settings needs to be utilized ?xyplot search for par.settings names(trellis.par.get()) trellis.par.get()[[28]] layout heights may be needed names(trellis.par.get()[[28]]) [1] "top.padding" "main" "main.key.padding" "key.top"

Re: [R] Lattice: problem with setting space between plot and legend

2011-08-17 Thread David Winsemius
On Aug 17, 2011, at 11:19 AM, Bert Gunter wrote: (Note: Posted at the suggetsion of David Winsemius, to whom I already sent a private reply). Inline Below. On Wed, Aug 17, 2011 at 7:34 AM, David Winsemius > wrote: On Aug 17, 2011, at 9:15 AM, mike1989 wrote: Dear R Users, I am writing co

Re: [R] Lattice: problem with setting space between plot and legend

2011-08-17 Thread Bert Gunter
(Note: Posted at the suggetsion of David Winsemius, to whom I already sent a private reply). Inline Below. On Wed, Aug 17, 2011 at 7:34 AM, David Winsemius wrote: > > On Aug 17, 2011, at 9:15 AM, mike1989 wrote: > >> Dear R Users, >> >> I am writing code to present my output data (I'm using Latt

Re: [R] Lattice: problem with setting space between plot and legend

2011-08-17 Thread David Winsemius
On Aug 17, 2011, at 9:15 AM, mike1989 wrote: Dear R Users, I am writing code to present my output data (I'm using Lattice Package). However, it's essential for me to control space between barchart and legend. I've read the package's specification, but unfortunately I haven't spot the in

Re: [R] Lattice: problem with setting space between plot and legend

2011-08-17 Thread Raphael Saldanha
Hi, Maybe this post can help you: http://tolstoy.newcastle.edu.au/R/e2/help/06/10/2735.html On Wed, Aug 17, 2011 at 10:15 AM, mike1989 wrote: > Dear R Users, > > I am writing code to present my output data (I'm using Lattice Package). > However, it's essential for me to control space between ba

[R] Lattice: problem with setting space between plot and legend

2011-08-17 Thread mike1989
Dear R Users, I am writing code to present my output data (I'm using Lattice Package). However, it's essential for me to control space between barchart and legend. I've read the package's specification, but unfortunately I haven't spot the information how to do this. Here's the code I've written: