Skip to content
Prev 79268 / 398502 Next

Finding code for R functions

See chapter 5 on object oriented programming in the R language definition
manual. Also the  ?UseMethod man page. These will explain R's (S3) method
dispatch procedures.

Finally, search on CRAN for the R New newsletter article on namespaces,
which is where you'll find info on why you can't "see" certain functions.
See ?getAnywhere to learn how to see code for functions in namespaces.

-- Bert Gunter
Genentech Non-Clinical Statistics
South San Francisco, CA
 
"The business of the statistician is to catalyze the scientific learning
process."  - George E. P. Box