The R Project SVN R

Rev

Rev 25416 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25416 Rev 27447
Line 8... Line 8...
8
 
8
 
9
\details{
9
\details{
10
  % -------------------- grep -nw DispatchOrEval src/*/*[ch]
10
  % -------------------- grep -nw DispatchOrEval src/*/*[ch]
11
  %                         --------------
11
  %                         --------------
12
  The following builtin functions are \emph{generic} as well, i.e., you
12
  The following builtin functions are \emph{generic} as well, i.e., you
13
  can write \code{\link{methods}} for them:
13
  can write \code{\link[utils]{methods}} for them:
14
 
14
 
15
  \code{\link{[}},            % do_subset()          [subset.c:464]
15
  \code{\link{[}},            % do_subset()          [subset.c:464]
16
  \code{\link{[[}},           % do_subset2()         [subset.c:567]
16
  \code{\link{[[}},           % do_subset2()         [subset.c:567]
17
  \code{\link{$}},
17
  \code{\link{$}},
18
  \code{\link{[<-}},
18
  \code{\link{[<-}},
Line 53... Line 53...
53
  \code{\link{is.recursive}},
53
  \code{\link{is.recursive}},
54
  \code{\link{is.single}},
54
  \code{\link{is.single}},
55
  \code{\link{is.symbol}}.
55
  \code{\link{is.symbol}}.
56
}
56
}
57
\seealso{
57
\seealso{
58
  \code{\link{methods}} for the methods of non-Internal generic functions.
58
  \code{\link[utils]{methods}} for the methods of non-Internal generic functions.
59
}
59
}
60
\keyword{methods}
60
\keyword{methods}