gg_add                package:ggplot                R Documentation

_g_g _a_d_d

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

     Convenience method to make writing gg_XXXX functions easier.

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

     gg_add(map, plot, aesthetics=list(), ..., data=plot$data)

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

     map: type of grob mapping to add

    plot: plot object

aesthetics: list of aesthetic mappings

     ...: parameters passed to grob function

    data: data frame

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

     Will automatically add scales if needed.

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

     modified plot object

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

     Hadley Wickham <h.wickham@gmail.com>

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

