xline                 package:fields                 R Documentation

_D_r_a_w _a _v_e_r_t_i_c_a_l _l_i_n_e

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

     Adds  vertical lines in the plot region.

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

     xline(x, ...)

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

       x: Values on x axis specifying location of vertical lines.  

     ...: Any ploting options for abline.  

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

     yline, abline

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

     plot( 1:10)
     xline( 6.5, col=2)
      
     world( col=3) 
     yline( seq( -80,80,10),col=4, lty=2)
     xline( seq( -180,180,10),col=4,lty=2)
     yline( 0, lwd=2, col=4)

