The R Project SVN R

Rev

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

Rev 24300 Rev 27273
Line 21... Line 21...
21
  sum, and in that case the result will be \code{NA} (with a warning)
21
  sum, and in that case the result will be \code{NA} (with a warning)
22
  if integer overflow occurs.
22
  if integer overflow occurs.
23
 
23
 
24
  NB: the sum of an empty set is zero, by definition.
24
  NB: the sum of an empty set is zero, by definition.
25
}
25
}
-
 
26
\details{
-
 
27
  This is a generic function: methods can be defined for it
-
 
28
  directly or via the \code{\link{Summary}} group generic.
-
 
29
}
26
\references{
30
\references{
27
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
31
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
28
  \emph{The New S Language}.
32
  \emph{The New S Language}.
29
  Wadsworth \& Brooks/Cole.
33
  Wadsworth \& Brooks/Cole.
30
}
34
}