prettyplot {ggplot}R Documentation

Pretty plot

Description

Build a plot with all the usual bits and pieces.

Usage

prettyplot(plot, plotgrob)

Arguments

plot plot
plotgrob plot grob

Details

As well as the plotting area, a plot need:

  • main title
  • x and y axis labels
  • space for legends (currently on the right hand side)

    These are stored as options in the plot object.

    This function sets up the appropriate viewports and packs the various components in. The viewport is set up so that each component will only take up the amount of space that it requires.

    Author(s)

    Hadley Wickham <h.wickham@gmail.com>


    [Package ggplot version 0.4.2 Index]