| 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
|