Ggplot2

From genomewiki
Revision as of 10:53, 8 January 2012 by Max (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
  • remove the grey background of all graphs: theme_set( theme_bw() )
  • replot the last graph: last_plot() + modificationsYouWantToAdd
  • Data
    • you can subset the dataframe, but then you need to do something like d$category = drop.levels(x, reorder=F, ...) (gdata package)