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'.