plot_layout              package:ggplot              R Documentation

_P_l_o_t _l_a_y_o_u_t

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

     Create 'grid.layout' for plot

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

     plot_layout(gm, rows, cols, row.labels, col.labels, axes_h, axes_v )

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

      gm: grob matrix

    rows: total number of rows

    cols: total number of columns

row.labels: data frame of row labels

col.labels: data frame of column labels

  axes_h: matrix of horizontal axis grobs

  axes_v: matrix of vertical axis grobs

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

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

     Hadley Wickham <h.wickham@gmail.com>

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

