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 / tabulate < prev    next >
Encoding:
Text File  |  1997-04-23  |  372 b   |  16 lines

  1.     
  2.     _T_a_b_u_l_a_t_i_o_n _f_o_r _V_e_c_t_o_r_s
  3.     
  4.          tabulate(bin, nbin=max(bin))
  5.     
  6.     _D_e_s_c_r_i_p_t_i_o_n:
  7.     
  8.          tabulate takes the integer valued vector bin and counts
  9.          the number of times each integer occurs in it.  tabu-
  10.          late is used as the basis of the table function.
  11.     
  12.     _S_e_e _A_l_s_o:
  13.     
  14.          factor, table.
  15.     
  16.