setfacets               package:ggplot               R Documentation

_S_e_t _f_a_c_e_t_t_i_n_g _f_o_r_m_u_l_a _a_n_d _m_a_r_g_i_n_s _f_o_r _a _p_l_o_t

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

     Set the function that controls how the plot is facetted into
     multiple panels.

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

     setfacets(p = .PLOT, formula = . ~ . , margins = FALSE)

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

       p: plot object, if not specified will use current plot

 formula: formula describing row and column layout, see 'reshape' for
          more details

 margins: a vector of names giving which margins to display, can
          include grand_row and grand_col or uss TRUE to display all
          margins

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

