stem                package:graphics                R Documentation

_S_t_e_m-_a_n_d-_L_e_a_f _P_l_o_t_s

_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.

_U_s_a_g_e:

     stem(x, scale = 1, width = 80, atom = 1e-08)

_A_r_g_u_m_e_n_t_s:

       x: a numeric vector.

   scale: This controls the plot length.

   width: The desired width of plot.

    atom: a tolerance.

_R_e_f_e_r_e_n_c_e_s:

     Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988) _The New S
     Language_. Wadsworth & Brooks/Cole.

_E_x_a_m_p_l_e_s:

     stem(islands)
     stem(log10(islands))

