The R Project SVN R

Rev

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

Rev 43745 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{method.skeleton}
6
\name{method.skeleton}
7
\alias{method.skeleton}
-
 
8
\title{Create a Skeleton File for a New Method}
7
\title{Create a Skeleton File for a New Method}
9
\description{
8
\description{
10
  This function writes a source file containing a call to
9
  This function writes a source file containing a call to
11
  \code{\link{setMethod}} to define a method for the generic function
10
  \code{\link{setMethod}} to define a method for the generic function
12
  and signature supplied.  By default the method definition is in line
11
  and signature supplied.  By default the method definition is in line