Possible Duplicate:
Generating a heatmap that depicts the clusters in a dataset using hierarchical clustering in R
All I have a questiona about how to combine two dendrograms and a heatmap and align them into one big image for a dataset.
Here is the description: I hope to firstly create two dendrograms separatly on the same dataset. And then create a heatmap plot on this dataset. finally, to put them together and plot them into one big image as the following. http://www2.warwick.ac.uk/fac/sci/moac/people/students/peter_cock/r/heatmap/published_heatmap.jpg?maxWidth=600&maxHeight=589
I know how to draw them at the same by using ggplots. But I hope to create them separately and combine them later. Thanks for any comments