gplot              package:latticeExtra              R Documentation

_G_r_o_u_p_e_d _D_i_s_p_l_a_y

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

     Generic plotting function to produce grouped display using lattice

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

     gplot(x, ...)
     gplotArgs(x, ...)
     gplotArgs(x) <- value
     ## Default S3 method:
     gplot(x, ...)
     ## Default S3 method:
     gplotArgs(x, ...)

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

       x: an arbitrary object (typically one with a suitable method) 

   value: list 

     ...: extra arguments, passed on as appropriate  

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

     later.

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

     'gplot' should produce an object of class ``trellis''. The
     `update' method can be used to update components of the object and
     the `print' method (usually called by default) will plot it on an
     appropriate plotting device.

     'gplotArgs' should return a list.

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

     Deepayan Sarkar deepayan@stat.wisc.edu

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

     'Lattice'

