Re: [R] Documenting S4 Methods

2010-08-25 Thread Martin Maechler
> Dario Strbenac > on Wed, 25 Aug 2010 13:00:03 +1000 (EST) writes: > I'm in the process of converting some S3 methods to S4 methods. > I have this function : > setGeneric("enrichmentCalc", function(rs, organism, seqLen, ...){standardGeneric("enrichmentCalc")}) > se

[R] Documenting S4 Methods

2010-08-24 Thread Dario Strbenac
I'm in the process of converting some S3 methods to S4 methods. I have this function : setGeneric("enrichmentCalc", function(rs, organism, seqLen, ...){standardGeneric("enrichmentCalc")}) setMethod("enrichmentCalc", c("GenomeDataList", "BSgenome"), function(rs, organism, seqLen, ...) {