Rev 286 | Rev 20266 | Go to most recent revision | 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.}\arguments{\item{\dots}{numeric vectors.}\item{na.rm}{logical. Should missing values be removed?}}\keyword{arith}