search for: effectivedose

Displaying 2 results from an estimated 2 matches for "effectivedose".

Did you mean: effectivedate
2009 Dec 09
2
Recent TeX changes and R/package manuals
...roken '|' as an index item ('||' was already broken) so I added some special-casing (this does look like a bug in hyperref). Also some uses of '%' (ggplot2, operators, relations). (iii) some LaTeX style files are no longer in TL2009. e.g. floatflt.sty (used by packages EffectiveDose, gWidgets, gWidgetsWWW, monoProc, pmg). -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) O...
2010 Aug 25
1
Documenting S4 Methods
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, ...) { ... ... ... })