The R Project SVN R

Rev

Rev 71384 | Details | Compare with Previous | 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{
88585 hornik 20
  \bibshow{R:Chambers:2016}
21
  (Chapters 9 and 10.)
71384 jmc 22
}
23
 
24
\keyword{programming}
25
\keyword{classes}
26
\keyword{methods}