Ggplot2

From genomewiki
Revision as of 10:48, 8 January 2012 by Max (talk | contribs) (Created page with "* Tutorials ** https://wiki.nbic.nl/index.php/R_ggplot2_tutorial * remove the grey background of all graphs: theme_set( theme_bw() ) * Data ** you can subset the dataframe, bu...")
(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() )
  • Data
    • you can subset the dataframe, but then you need to do something like d$category = drop.levels(x, reorder=F, ...) (gdata package)