Kurt Hornik wu-wien.ac.at> writes:
>
> > Johannes Graumann writes:
>
> > Hi,
> > Is there any way to trick R CMD check into not throwing this error after I
> > created a dedicated "plot" incarnation for my custom function?
>
> > * checking S3 generic/method consistency ... WARNING
> > plot
> Johannes Graumann writes:
> Hi,
> Is there any way to trick R CMD check into not throwing this error after I
> created a dedicated "plot" incarnation for my custom function?
> * checking S3 generic/method consistency ... WARNING
> plot:
> function(x, ...)
> plot.MQUSpecMatch:
> function
I think you just need to include the '...' as an argument to your function.
Jeff
Sent via BlackBerry from T-Mobile
-Original Message-
From: Johannes Graumann <[EMAIL PROTECTED]>
Date: Thu, 24 Jan 2008 22:03:10
To:[EMAIL PROTECTED]
Subject: [Rd] Plot definition for c
Hi,
Is there any way to trick R CMD check into not throwing this error after I
created a dedicated "plot" incarnation for my custom function?
* checking S3 generic/method consistency ... WARNING
plot:
function(x, ...)
plot.MQUSpecMatch:
function(x, mozlabel, labelcex)
Thanks again, Joh