Dear Members,

i have defined a S4-class and a function for that class wich is to be called interaction.plot. Problem: interaction.plot already exists so

setMethod(f = "interaction.plot", signature = "myClass", definition = function(x){ invisible() })

Fehler in conformMethod(signature, mnames, fnames, f, fdef, definition) : In method for function "interaction.plot": formale Argumente, die in der Methodendefinition ausgelassen wurden, können nicht in der Signatur (x.factor = "myClass") sein

won't work because it is already defined.

Is there a solution that keeps the original interaction.plot and lets me define a interaction.plot for objects of my S4-Class?

Thank you for your time

Thomas Roth

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to