Reppo for internal functions.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
193 B

  1. \name{theme_heatmap}
  2. \alias{theme_heatmap}
  3. \title{theme_heatmap}
  4. \usage{
  5. theme_heatmap()
  6. }
  7. \description{
  8. Adds geom_tile, color from col2 and theme for heatmap.
  9. }
  10. \examples{
  11. g+theme_heatmap()
  12. }