Re: [R] xts/time-series and plot questions...

2011-10-03 Thread Douglas Philips
On 2011 Oct 3, at 4:55 PM, Joshua Ulrich wrote: > ts requires a time-based index, so there's no way to make an index > "year-free". What you can do, is split the xts object into years, > convert all the index values to have the same year, and merge them > together. Ah... of course. I had read the

Re: [R] xts/time-series and plot questions...

2011-10-03 Thread Joshua Ulrich
Hi Doug, Thanks for taking the time to write a great question. On Mon, Oct 3, 2011 at 12:23 PM, Douglas Philips wrote: > Hello, >  I'm a complete newbie to R. Spent this past weekend reading The Art of R > Programming, The R Cookbook, the language spec, Wikis and FAQs. I sort-of > have my head

[R] xts/time-series and plot questions...

2011-10-03 Thread Douglas Philips
Hello, I'm a complete newbie to R. Spent this past weekend reading The Art of R Programming, The R Cookbook, the language spec, Wikis and FAQs. I sort-of have my head around R; the dizzying selection of libraries, packages, etc? Not really. I've probably missed or failed to understand somethin