The R Project SVN R

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
71384 jmc 1
% File src/library/methods/man/Methods.Rd
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2016 R Core Team
4
% Distributed under GPL 2 or later
5
 
6
\name{Methods}
7
\alias{Methods}
8
\title{S4 Class Documentation}
9
\description{
10
  You have navigated to an old link to documentation of S4 methods.
11
 
12
  For basic use of classes and methods, see \link{Introduction}; to
13
  create new method definitions, see \code{\link{setMethod}}; for
14
  technical details on S4 methods, see \link{Methods_Details}.
15
 
16
}
17
 
18
 
19
\references{
20
 Chambers, John M. (2016)
21
 \emph{Extending R},
22
  Chapman & Hall.
23
(Chapters 9 and 10.)
24
}
25
 
26
\keyword{programming}
27
\keyword{classes}
28
\keyword{methods}