plot_add               package:ggplot               R Documentation

_P_l_o_t _a_d_d.

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

     Add graphical objects using specific mapping.

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

     plot_add(plot=.PLOT, data=NULL, map="point", aesthetics=list(), ...)

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

    plot: plot object

    data: data to use

     map: how to map data into graphics object

aesthetics: arguments passed down to mapping object specifying (eg.)
          aesthetics to use

     ...: 

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

     This is the powerhouse function that you use to actually display
     stuff on your plot.

     You should really keep track of the new plot object that is
     created by this function, but if you're lazy and don't want to, it
     automatically stores the result in the "global" variable '.PLOT'

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

     Hadley Wickham <h.wickham@gmail.com>

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

