The R Project SVN R

Rev

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

Rev 87797 Rev 88581
Line 57... Line 57...
57
}
57
}
58
\seealso{
58
\seealso{
59
  \code{\link{colSums}} for row and column sums.
59
  \code{\link{colSums}} for row and column sums.
60
}
60
}
61
\references{
61
\references{
62
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
62
  \bibshow{R:Becker+Chambers+Wilks:1988}
63
  \emph{The New S Language}.
-
 
64
  Wadsworth & Brooks/Cole.
-
 
65
}
63
}
66
\examples{% for beginners
64
\examples{% for beginners
67
## Pass a vector to sum, and it will add the elements together.
65
## Pass a vector to sum, and it will add the elements together.
68
sum(1:5)
66
sum(1:5)
69
 
67