plotViewport              package:grid              R Documentation

_C_r_e_a_t_e _a _V_i_e_w_p_o_r_t _w_i_t_h _a _S_t_a_n_d_a_r_d _P_l_o_t _L_a_y_o_u_t

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

     This is a convenience function for producing a viewport with the
     common S-style plot layout - i.e., a central plot region
     surrounded by margins given in terms of a number of lines of text.

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

     plotViewport(margins=c(5.1, 4.1, 4.1, 2.1), ...)

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

 margins: A numeric vector interpreted in the same way as 'par(mar)' in
          base graphics. 

     ...: All other arguments will be passed to a call to the
          'viewport()' function. 

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

     A grid viewport object.

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

     Paul Murrell

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

     'viewport' and 'dataViewport'.

