plotList               package:Rggobi               R Documentation

_C_o_l_l_e_c_t_i_o_n _o_f _P_l_o_t _d_e_s_c_r_i_p_t_i_o_n/_t_e_m_p_l_a_t_e_s

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

     This is used to gather individual plot description or template
     objects into a collection to make it easier to dispatch methods
     and also to optionally associate a layout for this collection.
     This essentially acts as another form of template or display
     description.

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

     plotList(..., mfrow=NULL, cells=NULL)

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

     ...: one or more plot description objects.

   mfrow: the grid dimensions for arranging the plot in 'plotLayout'

   cells: the cells the individual plots are to occupy in the grid
          layout. These are typically computed by a call to 'gtkCells'.

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

     A list containing the arguments 

   plots: a list 

   mfrow: 

   cells: 

     given as an object of  class 'ggobiPlotList'

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

     Duncan Temple Lang

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://www.ggobi.org>

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

     'ashDescription' 'scatterplotDescription' 'scatmatrixDescription'
     'parallelCoordDescription' 'plotLayout' 'resolvePlotDescription'

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

       plotList(ashDescription("tars1"), scatterplotDescription("tars1", "head"))

