home *** CD-ROM | disk | FTP | other *** search
-
- _S_t_e_m-_a_n_d-_L_e_a_f _P_l_o_t_s
-
- stem(x, scale=1)
-
- _D_e_s_c_r_i_p_t_i_o_n:
-
- stem produces a stem-and-leaf plot of the values in x.
- The parameter scale can be used to expand the scale of
- the plot. A value of scale=2 will cause the plot to be
- roughly twice as long as the default.
-
- _E_x_a_m_p_l_e_s:
-
- stem(islands)
- stem(log10(islands))
-
-