

   SSuumm ooff VVeeccttoorr EElleemmeennttss

        sum(..., na.rm=FALSE)

   DDeessccrriippttiioonn::

        `sum' returns the sum of all the values present in its
        arguments.  If `na.rm' is `FALSE' an `NA' value in any
        of the arguments will cause a value of `NA' to be
        returned, otherwise `NA' values are ignored.

