ggplot_plot              package:ggplot              R Documentation

_G_g_p_l_o_t _p_l_o_t

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

     Creates a complete ggplot grob.

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

     ggplot_plot(plot, viewport=viewport_default(plot, guides, plot$scales), panels=panels_default(plot, grobs), guides=guides_basic(plot, plot$scales), pretty=TRUE)

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

    plot: plot object

viewport: viewports

  panels: panels

  guides: guides

  pretty: should the plot be wrapped up inside the pretty
          accountrements (labels, legends, etc)

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

     Delegates almost everything to its arguments.  Responsible for the
     transformation chain and for collecting everything into one grob
     with the appropriate viewports

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

     Hadley Wickham <h.wickham@gmail.com>

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

