The R Project SVN R

Rev

Rev 71384 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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