minorTics              package:RSurvey              R Documentation

_P_l_a_c_e _M_i_n_o_r _T_i_c_k _M_a_r_k_s _o_n _P_l_o_t _A_x_i_s

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

     Adds minor axis tic marks to the active plot.

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

     minorTics(side, loc.tics = NULL)

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

    side: an array of integers specifying the plot sides for the axis
          to be drawn.

loc.tics: the location of the major tic marks.

_D_e_t_a_i_l_s:

     The plot sides are designated as: 1 = below, 2 = left, 3 = above,
     and 4 = right.

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

     Fisher, J. C. and J. Lewis

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

     'axis'

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

     plot(1:10)
     minorTics(1)
     minorTics(2, loc.tics=4:8)
     minorTics(3, c(4, 6, 8))

