sum                   package:base                   R Documentation

_S_u_m _o_f _V_e_c_t_o_r _E_l_e_m_e_n_t_s

_D_e_s_c_r_i_p_t_i_o_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.

_U_s_a_g_e:

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

