RE: [R] Generic Function

2003-11-03 Thread Gabor Grothendieck
Here is a simple example using S3 classes. We define a generic function myday. It dispaches, i.e. calls, a function whose name is myday followed by a dot followed by the class of the first argument to myday. After defining myday, define two functions for it to dispatch: myday.POSIXct and

Re: [R] generic function object

2003-09-30 Thread James MacDonald
getMethods(normalize) should do the trick. Best, Jim James W. MacDonald Affymetrix and cDNA Microarray Core University of Michigan Cancer Center 1500 E. Medical Center Drive 7410 CCGC Ann Arbor MI 48109 734-647-5623 Mathieu Drapeau [EMAIL PROTECTED] 09/30/03 02:14PM Hi, I would like to