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
Hi,
not sure this is a bug or just an unavoidable undesirable side-effect -- or
just me that does not do the right thing.
Consider the code and output below. It creates 2 packages:
* pkgA
* pkgB that creates a method for a generic defined in pkgA
Changes in a method for the generic in pkgA (