The R Project SVN R

Rev

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

Rev 70351 Rev 70407
Line 13... Line 13...
13
  generated automatically and not explicitly by the programmer.
13
  generated automatically and not explicitly by the programmer.
14
}
14
}
15
\usage{
15
\usage{
16
standardGeneric(f, fdef)
16
standardGeneric(f, fdef)
17
}
17
}
-
 
18
\arguments{
-
 
19
  \item{f}{
-
 
20
    The name of the generic.
-
 
21
  }
-
 
22
  \item{fdef}{
-
 
23
    The generic function definition. Never passed when
-
 
24
    defining a new generic.
-
 
25
  }
-
 
26
}
18
\details{
27
\details{
19
  \code{standardGeneric} dispatches the method defined for a generic
28
  \code{standardGeneric} dispatches the method defined for a generic
20
  function named \code{f}, using the actual arguments in the frame from which
29
  function named \code{f}, using the actual arguments in the frame from which
21
  it is called.
30
  it is called.
22
 
31