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.

     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:

     The R package 'methods' implements, with a few exceptions, the
     programming interface for classes and methods in the book
     _Programming with Data_ (John M. Chambers, Springer, 1998), in
     particular sections 1.6, 2.7, 2.8, and chapters 7 and 8.

     While the programming interface for the methods package follows
     the reference, the R software is an original implementation, so
     details in the reference that reflect the S4 implementation may
     appear differently in R.  Also, there are extensions to the
     programming interface developed more recently than the reference. 
     For a discussion of details see '?Methods' and the links from that
     documentation.

