home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Educational / R-0.49-MI / R-0.49-I / help / base / sum < prev    next >
Encoding:
Text File  |  1997-04-23  |  355 b   |  13 lines

  1.     
  2.     _S_u_m _o_f _V_e_c_t_o_r _E_l_e_m_e_n_t_s
  3.     
  4.          sum(..., na.rm=FALSE)
  5.     
  6.     _D_e_s_c_r_i_p_t_i_o_n:
  7.     
  8.          sum returns the sum of all the values present in its
  9.          arguments.  If na.rm is FALSE an NA value in any of the
  10.          arguments will cause a value of NA to be returned, oth-
  11.          erwise NA values are ignored.
  12.     
  13.