The R Project SVN R

Rev

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

Rev 1248 Rev 1323
Line 14... Line 14...
14
  \code{\link{args}} and \code{\link{body}} for accessing the arguments
14
  \code{\link{args}} and \code{\link{body}} for accessing the arguments
15
  and body of a function.
15
  and body of a function.
16
  \code{\link{debug}} for debugging; \code{\link{invisible}} for
16
  \code{\link{debug}} for debugging; \code{\link{invisible}} for
17
  \code{return(.)}ing \emph{invisibly}.
17
  \code{return(.)}ing \emph{invisibly}.
18
}
18
}
-
 
19
\examples{
-
 
20
norm <- function(x) sqrt(x\%*\%x)
-
 
21
norm(1:4)
-
 
22
 
-
 
23
## An anonymous function:
-
 
24
(function(x,y){ z <- x^2 + y^2; x+y+z })(0:7, 1)
-
 
25
}
19
\keyword{programming}
26
\keyword{programming}