methods-package {methods} | R Documentation |
Formally defined methods and classes for R objects, plus other programming tools, as described in the reference.
This package provides the so-called “S version 4” object oriented system.
For a complete
list of functions and classes, use library(help="methods")
.
R Development Core Team
Maintainer: R Core Team R-core@r-project.org
``Programming with Data'' (1998), John M. Chambers, Springer NY. http://www.omegahat.org/RSMethods/Intro.ps and http://www.omegahat.org/RSMethods/Intro.pdf.