guides_basic             package:ggplot             R Documentation

_D_e_f_a_u_l_t _g_u_i_d_e_s

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

     Generate default guides (legends, axes, and labels).

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

     guides_basic(plot, scales=scales_default(plot))

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

    plot: plot object

  scales: plot scales

_D_e_t_a_i_l_s:

     The default guides built for a plot are:

     *  the background colour over the whole plotting area (white)

     *  within each a panel a gray background with white gridlines (see
        'ggplot.options') to change)

     *  vertical and horizontal axes (appearance control by options to
        the position scales)

     *  facetting labels (see 'ggplot.options') to change default
        colours etc)

        To decouple plot construction from the objects that are placed
        within it, each of the grobs produced by this function uses a
        'vpPath'.

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

background list of grobs to appear in background: 

grid grobs that form background grob: 

axes\_v vertical axes: 

axes\_h horizontal axes: 

labels row and column labels: 

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

     Hadley Wickham <h.wickham@gmail.com>

_E_x_a_m_p_l_e_s:

