Rev 286 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{sum}\title{Sum of Vector Elements}\usage{sum(\dots, na.rm=FALSE)}\alias{sum}\description{\code{sum} returns the sum of all the valuespresent in its arguments.If \code{na.rm} is \code{FALSE} an \code{NA}value in any of the arguments will causea value of \code{NA} to be returned, otherwise\code{NA} values are ignored.}\keyword{arith}