Re: [Rd] problem plotting "ts" in a data.frame

2016-02-10 Thread Spencer Graves
On 2/10/2016 9:43 AM, Martyn Plummer wrote: On Tue, 2016-02-09 at 16:56 -0600, Spencer Graves wrote: Hello: I'm having trouble plotting an object of class "ts" that is in a data.frame. I can do it with(data.frame, plot(...)) but not with plot(..., data.frame); see the example below

Re: [Rd] problem plotting "ts" in a data.frame

2016-02-10 Thread Martyn Plummer
On Tue, 2016-02-09 at 16:56 -0600, Spencer Graves wrote: > Hello: > > >I'm having trouble plotting an object of class "ts" that is in a > data.frame. I can do it with(data.frame, plot(...)) but not with > plot(..., data.frame); see the example below. The plot function is generic so t

[Rd] problem plotting "ts" in a data.frame

2016-02-09 Thread Spencer Graves
Hello: I'm having trouble plotting an object of class "ts" that is in a data.frame. I can do it with(data.frame, plot(...)) but not with plot(..., data.frame); see the example below. This work around gets me past this problem. However, I thought the R Core team might want to