The R Project SVN R

Rev

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

Rev 59039 Rev 61168
Line 69... Line 69...
69
\examples{
69
\examples{
70
norm <- function(x) sqrt(x\%*\%x)
70
norm <- function(x) sqrt(x\%*\%x)
71
norm(1:4)
71
norm(1:4)
72
 
72
 
73
## An anonymous function:
73
## An anonymous function:
74
(function(x,y){ z <- x^2 + y^2; x+y+z })(0:7, 1)
74
(function(x, y){ z <- x^2 + y^2; x+y+z })(0:7, 1)
75
}
75
}
76
\keyword{programming}
76
\keyword{programming}