Quantcast
Channel: Search Results for “heatmap”– R-bloggers
Viewing all articles
Browse latest Browse all 152

Simplest possible heatmap with ggplot2

$
0
0

(This article was first published on is.R(), and kindly contributed to R-bloggers)

Featuring the lovely “spectral” palette from Colorbrewer. This really just serves as a reminder of how to do four things I frequently want to do:

  1. Make a heatmap of some kind of matrix, often a square correlation matrix
  2. Reorder a factor variable, as displayed along the axis of a plot
  3. Define my own color palette with colorRampPalette()
  4. Use RColorBrewer, specifically the diverging “spectral” scheme

To leave a comment for the author, please follow the link and comment on his blog: is.R().

R-bloggers.com offers daily e-mail updates about R news and tutorials on topics such as: visualization (ggplot2, Boxplots, maps, animation), programming (RStudio, Sweave, LaTeX, SQL, Eclipse, git, hadoop, Web Scraping) statistics (regression, PCA, time series,ecdf, trading) and more...

Viewing all articles
Browse latest Browse all 152

Trending Articles