

frame {base}                                 R Documentation

_C_r_e_a_t_e _/ _S_t_a_r_t _a _N_e_w _P_l_o_t _F_r_a_m_e

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

     The function causes the completion of plotting in the
     current plot and an advance to a new graphics frame.
     This is used in all high-level plotting functions and
     also useful for skipping plots when a multi-figure
     region is in use.

_U_s_a_g_e_:

     plot.new(ask = NA)
     frame(ask = NA)

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

     ask: logical, defaulting to `par("ask")'.

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

     `plot.window', `plot.default'.

