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
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
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