DOTplot                package:UsingR                R Documentation

_M_a_k_e _b_i_g _D_O_T _p_l_o_t _l_i_k_e_s_t_r_i_p_c_h_a_r_t

_D_e_s_c_r_i_p_t_i_o_n:

     A variant of the 'stripchart' using big dots as the default.

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

     DOTplot(x, ...)

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

       x: May be a vector, data frame, matrix (each column a variable),
          list or model formula. Treats each variable or group as a
          univariate dataset and  makes corresponding DOTplot.

     ...: arguments passed onto 'points'.

_V_a_l_u_e:

     Returns the graphic only.

_A_u_t_h_o_r(_s):

     John Verzani

_S_e_e _A_l_s_o:

     See also as 'stripchart', 'dotplot'

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

     x = c(1,1,2,3,5,8)
     DOTplot(x,main="Fibonacci",cex=2)

