Re: [R] X Axis labeling with class zoo

2007-10-25 Thread Gabor Grothendieck
You can pass oma= and mar= to plot.zoo. This is apparent from the argument list in ?plot.zoo or from args(plot.zoo) On 10/25/07, John Theal <[EMAIL PROTECTED]> wrote: > Hi Gabor, > > Sorry to bother you again, I'm having trouble controlling the margins > on a multiplot window. Using a previous e

Re: [R] X Axis labeling with class zoo

2007-10-25 Thread John Theal
Hi Gabor, Sorry to bother you again, I'm having trouble controlling the margins on a multiplot window. Using a previous example you posted in the archives: library(zoo) # test data z <- structure(c(21,34,33,41,39,38,37,28,33,40), index = structure(c(8044,8051,8058,8065,8072,

Re: [R] X Axis labeling with class zoo

2007-10-24 Thread Gabor Grothendieck
Use the panel= argument as shown in the examples section of ?plot.zoo On 10/24/07, John Theal <[EMAIL PROTECTED]> wrote: > I'm using zoo to plot multiple data series, however, I am having > trouble adjusting the x-axis labeling on a multiple series plot. For > example, if I create a zoo > object

[R] X Axis labeling with class zoo

2007-10-24 Thread John Theal
I'm using zoo to plot multiple data series, however, I am having trouble adjusting the x-axis labeling on a multiple series plot. For example, if I create a zoo object that consists of a date series and a numerical series and then plot it, I can adjust the x axis labeling using axis.Date(1,