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 / stem < prev    next >
Encoding:
Text File  |  1997-04-23  |  428 b   |  18 lines

  1.     
  2.     _S_t_e_m-_a_n_d-_L_e_a_f _P_l_o_t_s
  3.     
  4.          stem(x, scale=1)
  5.     
  6.     _D_e_s_c_r_i_p_t_i_o_n:
  7.     
  8.          stem produces a stem-and-leaf plot of the values in x.
  9.          The parameter scale can be used to expand the scale of
  10.          the plot.  A value of scale=2 will cause the plot to be
  11.          roughly twice as long as the default.
  12.     
  13.     _E_x_a_m_p_l_e_s:
  14.     
  15.          stem(islands)
  16.          stem(log10(islands))
  17.     
  18.