The R Project SVN R

Rev

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

Rev 59039 Rev 61433
Line 21... Line 21...
21
  \code{Recall} will not work correctly when passed as a function
21
  \code{Recall} will not work correctly when passed as a function
22
  argument, e.g. to the \code{apply} family of functions.
22
  argument, e.g. to the \code{apply} family of functions.
23
}
23
}
24
\seealso{
24
\seealso{
25
  \code{\link{do.call}} and \code{\link{call}}.
25
  \code{\link{do.call}} and \code{\link{call}}.
26
  
26
 
27
  \code{\link{local}} for another way to write anonymous recursive functions.
27
  \code{\link{local}} for another way to write anonymous recursive functions.
28
}
28
}
29
\examples{
29
\examples{
30
## A trivial (but inefficient!) example:
30
## A trivial (but inefficient!) example:
31
fib <- function(n)
31
fib <- function(n)