The R Project SVN R

Rev

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

Rev 28431 Rev 30461
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[utils]{methods}} for them:
13
  can write \code{\link{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 54... Line 54...
54
  \code{\link{is.recursive}},
54
  \code{\link{is.recursive}},
55
  \code{\link{is.single}},
55
  \code{\link{is.single}},
56
  \code{\link{is.symbol}}.
56
  \code{\link{is.symbol}}.
57
}
57
}
58
\seealso{
58
\seealso{
59
  \code{\link[utils]{methods}} for the methods of non-Internal generic functions.
59
  \code{\link{methods}} for the methods of non-Internal generic functions.
60
}
60
}
61
\keyword{methods}
61
\keyword{methods}