setup_viewports           package:ggplot2           R Documentation

_S_e_t_u_p _v_i_e_w_p_o_r_t_s

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

     Setup matrix of viewports for a layout with given parameters

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

     setup_viewports(type, rows=nrow(data), cols=ncol(data), data, offset=c(0,0), range, angle=0)

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

    type: viewport type

    rows: number of rows

    cols: number of columns

    data: optional data to compute rows and columns from

  offset: offset from top and left

   range: list containing x and y ranges

   angle: 

_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:

