The R Project SVN R

Rev

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

Rev 49587 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-2007 R Core Development Team
3
% Copyright 1995-2007 R Core Development Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{setMethod}
6
\name{setMethod}
7
\alias{setMethod}
-
 
8
\alias{removeMethod}
7
\alias{removeMethod}
9
\title{ Create and Save a Method }
8
\title{ Create and Save a Method }
10
\description{
9
\description{
11
  Create and save a formal method for a given function and list of classes.
10
  Create and save a formal method for a given function and list of classes.
12
}
11
}