grid.collection package:grid R Documentation _C_r_e_a_t_e _a _C_o_h_e_r_e_n_t _G_r_o_u_p _o_f _G_r_i_d _G_r_a_p_h_i_c_a_l _O_b_j_e_c_t_s _D_e_s_c_r_i_p_t_i_o_n: This function is deprecated; please use 'gTree'. This function creates a graphical object which contains several other graphical objects. When it is drawn, it draws all of its children. It may be convenient to name the elements of the collection. _U_s_a_g_e: grid.collection(..., gp=gpar(), draw=TRUE, vp=NULL) _A_r_g_u_m_e_n_t_s: ...: Zero or more objects of class '"grob"'. gp: An object of class 'gpar', typically the output from a call to the function 'gpar'. This is basically a list of graphical parameter settings. draw: A logical value to indicate whether to produce graphical output. vp: A Grid viewport object (or NULL). _V_a_l_u_e: A collection grob. _A_u_t_h_o_r(_s): Paul Murrell _S_e_e _A_l_s_o: 'grid.grob'.