(This article was first published on minimalR » r-bloggers, and kindly contributed to R-bloggers)
One of the great things about following blogs on R is seeing what others are doing & being able to replicate and try out things on my own data sets.
For example, some great links on rapidly creating heat maps using R.
- Drawing Heat Maps in R
- How to Make a Heatmap – a Quick and Easy Solution
- ggplot2: Quick Heatmap Plotting
The basic steps in the process are (i) to scale the numeric data using the scale function, (ii) create a Euclidean distance matrix using the dist function and then (iii) plotting the heat map with the heatmap function.
To leave a comment for the author, please follow the link and comment on his blog: minimalR » r-bloggers.
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...


Zero Inflated Models and Generalized Linear Mixed Models with R.
Zuur, Saveliev, Ieno (2012).