Hi the list,

I almost finished the green book (chapter 7 and 8 on S4), this is 
probably one of my last question :-)
I hope you will not miss them to much !

Here is my today nighmare: I do not manage to use dumpMethod :

setClass("A",representation(a="numeric"))
setMethod("plot","A",function(x,y,...){cat("AAAAA\n")})
dumpMethod("plot","A",file="")
#setMethod("plot", "A",
#NULL
#)
#[1] ""


Anything wrong in my code?

Christophe

______________________________________________
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