plot_grob_matrix           package:ggplot2           R Documentation

_P_l_o_t _g_r_o_b _m_a_t_r_i_x

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

     Take a matrix of grobs and edit them so that their viewport name

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

     plot_grob_matrix(gm, type=deparse(substitute(gm)))

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

      gm: matrix of grobs to position

    type: viewport type to position them in

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

     This provides a convenient way of converting a matrix of grobs (as
     produced by \'\stamp') into the equivalent visual representation. 
     Assumes that there are viewports named \'type_1_1', \'type_1_2',
     ..., \'type_nrow_ncol'.

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

     Hadley Wickham <h.wickham@gmail.com>

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

