The R Project SVN R

Rev

Rev 53170 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 53170 Rev 56184
Line 2... Line 2...
2
% Part of the R package, http://www.R-project.org
2
% Part of the R package, http://www.R-project.org
3
% Copyright 1995-2010 R Core Development Team
3
% Copyright 1995-2010 R Core Development 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}
-
 
8
\title{General Information on Methods}
7
\title{General Information on Methods}
9
\description{
8
\description{
10
  This documentation section covers some general topics on how methods
9
  This documentation section covers some general topics on how methods
11
  work and how the \pkg{methods} package interacts with the rest of \R.  The
10
  work and how the \pkg{methods} package interacts with the rest of \R.  The
12
  information is usually not needed to get started with methods and
11
  information is usually not needed to get started with methods and