Re: [R] Specifying Start/End Dates for X-axis Range in plot()/xyplot() [RESOLVED]

2011-09-21 Thread Rich Shepard
On Wed, 21 Sep 2011, Rich Shepard wrote: Is there documentation I can read that will teach me the proper syntax? Or, can you show me how to specify those dates when plotting z elements? Got it: extract the window for the times of interest, then plot that window. Rich _

Re: [R] Specifying Start/End Dates for X-axis Range in plot()/xyplot()

2011-09-21 Thread Rich Shepard
On Tue, 20 Sep 2011, David Winsemius wrote: It seems likely even if you got past that error, you would encounter problems from the hashed up syntax in this portion of that plot call: z[, $'Burns Mg'] David, Yes, that's not close to correct. If I specify plot(z[, "Burns Mg"]) #

Re: [R] Specifying Start/End Dates for X-axis Range in plot()/xyplot()

2011-09-20 Thread David Winsemius
On Sep 20, 2011, at 7:15 PM, Rich Shepard wrote: I'm having difficulty finding the syntax to use to specify the beginning and ending dates for the x-axis while plotting a zoo object. I thought that I had seen a message on this list that used start=as.Date("...") end=as.Date("..."), but I c

[R] Specifying Start/End Dates for X-axis Range in plot()/xyplot()

2011-09-20 Thread Rich Shepard
I'm having difficulty finding the syntax to use to specify the beginning and ending dates for the x-axis while plotting a zoo object. I thought that I had seen a message on this list that used start=as.Date("...") end=as.Date("..."), but I cannot find that message. I've tried ?plot, ?plotxy, ?pl