ggplot.ddplot        package:DescribeDisplay        R Documentation

_C_r_e_a_t_e _a _n_i_c_e _p_l_o_t

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

     Create a nice looking plot complete with axes using ggplot.

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

     ggplot.ddplot(data, plot=ggpoint, ...)

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

    data: plot to display

    plot: grob function to use for drawing

     ...: other arguments passed to the grob function

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

     xy <- dd_load(system.file("examples", "test-xyplot.r", package="DescribeDisplay"))
     ggplot(xy$plots[[1]])

