The R Project SVN R

Rev

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

Rev 56184 Rev 56186
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}
7
\title{General Information on Methods}
8
\title{General Information on Methods}
8
\description{
9
\description{
9
  This documentation section covers some general topics on how methods
10
  This documentation section covers some general topics on how methods
10
  work and how the \pkg{methods} package interacts with the rest of \R.  The
11
  work and how the \pkg{methods} package interacts with the rest of \R.  The
11
  information is usually not needed to get started with methods and
12
  information is usually not needed to get started with methods and