Skip to content
Prev 15838 / 63461 Next

Overloading methods in R

On Apr 20, 2005, at 8:16 AM, Ali - wrote:

            
Ali,

You are probably interested in "methods".  Functions can have different  
"methods" depending on what the arguments and their types are.  A first  
place to look is:

http://cran.r-project.org/doc/manuals/R-exts.html#Generic-functions- 
and-methods

Sean