The R Project SVN R

Rev

Rev 25118 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25118 Rev 25127
Line 1... Line 1...
1
\name{Methods}
1
\name{Methods}
2
\alias{Methods}
2
\alias{Methods}
3
\title{General Information on Methods}
3
\title{General Information on Methods}
4
\non_function{}
-
 
5
\description{
4
\description{
6
  This documentation section covers some general topics on how methods
5
  This documentation section covers some general topics on how methods
7
  work and how the \pkg{methods} package interacts with the rest of R.  The
6
  work and how the \pkg{methods} package interacts with the rest of R.  The
8
  information is usually not needed to get started with methods and
7
  information is usually not needed to get started with methods and
9
  classes, but may be helpful for moderately ambitious projects, or when
8
  classes, but may be helpful for moderately ambitious projects, or when