Re: [Rd] Plot definition for custom class

2008-01-24 Thread Johannes Graumann
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

Re: [Rd] Plot definition for custom class

2008-01-24 Thread Kurt Hornik
> 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

Re: [Rd] Plot definition for custom class

2008-01-24 Thread jeff . a . ryan
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

[Rd] Plot definition for custom class

2008-01-24 Thread Johannes Graumann
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