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 / prod < prev    next >
Encoding:
Text File  |  1997-04-23  |  370 b   |  13 lines

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