Re: [R] Additions to xyplot (lattice)? - legend, ticks, axis label size, text

2007-08-31 Thread Dave Hewitt
At 12:47 PM 8/30/2007 -0700, [EMAIL PROTECTED] wrote: On 8/30/07, Dave Hewitt [EMAIL PROTECTED] wrote: Thank you very much... simple and easy fixes. Threefinal queries: (1) I need to make a little more room on the left for the larger axis label. I tried 'mex' in the list for ylab but

Re: [R] Additions to xyplot (lattice)? - legend, ticks, axis label size, text

2007-08-31 Thread Deepayan Sarkar
On 8/31/07, Dave Hewitt [EMAIL PROTECTED] wrote: At 12:47 PM 8/30/2007 -0700, [EMAIL PROTECTED] wrote: On 8/30/07, Dave Hewitt [EMAIL PROTECTED] wrote: Thank you very much... simple and easy fixes. Threefinal queries: (1) I need to make a little more room on the left for the

Re: [R] Additions to xyplot (lattice)? - legend, ticks, axis label size, text

2007-08-31 Thread Dave Hewitt
I have a final Figure that looks terrific. Thanks Deepayan. Comments below. At 01:35 PM 8/31/2007 -0700, Deepayan Sarkar wrote: On 8/31/07, Dave Hewitt [EMAIL PROTECTED] wrote: At 12:47 PM 8/30/2007 -0700, [EMAIL PROTECTED] wrote: On 8/30/07, Dave Hewitt [EMAIL PROTECTED] wrote: Thank you

[R] Additions to xyplot (lattice)? - legend, ticks, axis label size, text

2007-08-30 Thread Dave Hewitt
I have created an xyplot of a time series with the following code... win.graph(width = 10, height = 7) panel1 = function(x, y) { panel.loess(x, y, lwd=2.5, span=0.5, col=gray) panel.xyplot(x, y, pch=19, col=blue, cex=1.25) } xyplot(oneplusdensity ~ year, data=figdata,

Re: [R] Additions to xyplot (lattice)? - legend, ticks, axis label size, text

2007-08-30 Thread deepayan . sarkar
On 8/30/07, Dave Hewitt [EMAIL PROTECTED] wrote: I have created an xyplot of a time series with the following code... win.graph(width = 10, height = 7) panel1 = function(x, y) { panel.loess(x, y, lwd=2.5, span=0.5, col=gray) panel.xyplot(x, y, pch=19, col=blue, cex=1.25)

Re: [R] Additions to xyplot (lattice)? - legend, ticks, axis label size, text

2007-08-30 Thread Dave Hewitt
Thank you very much... simple and easy fixes. Threefinal queries: (1) I need to make a little more room on the left for the larger axis label. I tried 'mex' in the list for ylab but that was ignored. (2) Is it possible to place a tick at each year on the x-axis, but only label every other

Re: [R] Additions to xyplot (lattice)? - legend, ticks, axis label size, text

2007-08-30 Thread deepayan . sarkar
On 8/30/07, Dave Hewitt [EMAIL PROTECTED] wrote: Thank you very much... simple and easy fixes. Threefinal queries: (1) I need to make a little more room on the left for the larger axis label. I tried 'mex' in the list for ylab but that was ignored. It's possible, but shouldn't be necessary.