llines                package:lattice                R Documentation

_L_a_t_t_i_c_e _R_e_p_l_a_c_e_m_e_n_t_s _o_f _b_a_s_e _g_r_a_p_h_i_c_s _f_u_n_c_t_i_o_n_s

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

     These functions are intended to replace some commonly used base R
     graphics functions in panel functions.

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

     larrows(x0, y0, x1, y1, proportion, ...)
     llines(x, y, ...)
     lplot.xy(xy, ...)
     lpoints(x, ...)
     lsegments(x0, y0, x1, y1, ...)
     lsegments(x1, y1, x2, y2, ...)
     ltext(x, ...)

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

 x, y, x0, y0, x1, y1, x2, y2, xy: locations. x2, y2 present for S
          compatibility 

proportion: The proportion of the arrow edges compared to the whole
          line. This is different from 'arrows'

     ...: other arguments

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

     These functions are meant to be grid replacements of the
     corresponding base R graphics functions, to allow existing Trellis
     code to be used with minimal modification. 

     See the documentation of the base functions for usage. Not all
     arguments are always supported. All these correspond to the
     default methods only. For 'ltext', only values 0, .5 and 1 for
     'adj' have any effect.

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

     Deepayan Sarkar deepayan@stat.wisc.edu

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

     'points', 'lines', 'text', 'segments', 'Lattice'

