The R Project SVN R

Rev

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

Rev 54540 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{dotsMethods}
6
\name{dotsMethods}
7
\alias{dotsMethods}
-
 
8
\title{The Use of \code{...} in Method Signatures}
7
\title{The Use of \code{...} in Method Signatures}
9
\description{
8
\description{
10
  The \dQuote{\dots} argument in \R functions is treated specially, in that it
9
  The \dQuote{\dots} argument in \R functions is treated specially, in that it
11
  matches zero, one or more actual arguments (and so, objects).  A
10
  matches zero, one or more actual arguments (and so, objects).  A
12
  mechanism has been added to \R to allow \dQuote{\dots} as the signature of a
11
  mechanism has been added to \R to allow \dQuote{\dots} as the signature of a