methods-package           package:methods           R Documentation

_F_o_r_m_a_l _M_e_t_h_o_d_s _a_n_d _C_l_a_s_s_e_s

_D_e_s_c_r_i_p_t_i_o_n:

     Formally defined methods and classes for R objects, plus other
     programming tools, as described in the references.

_D_e_t_a_i_l_s:

     This package provides the 'S4' or 'S version 4'  approach to
     methods and classes in a functional language.

     See the documentation entries 'Classes', 'Methods', and
     'GenericFunctions' for general discussion of these topics, at a
     fairly technical level.  Links from those pages, and the
     documentation of 'setClass' and 'setMethod' cover the main
     programming tools needed.

     For a complete list of functions and classes, use
     'library(help="methods")'.

_A_u_t_h_o_r(_s):

     R Development Core Team

     Maintainer: R Core Team R-core@r-project.org

_R_e_f_e_r_e_n_c_e_s:

     Chambers, John M. (2008) _Software for Data Analysis: Programming
     with R_ Springer.  (For the R version.)

     Chambers, John M. (1998) _Programming with Data_ Springer (For the
     original S4 version.)

