I use this tutorial tu plot a heatmap using ggplot2
http://learnr.wordpress.com/2010/01/26/ggplot2-quick-heatmap-plotting/
now I'd like to order the vertical factor using onother factor with the same length.
strains x1 x2 x3 origin
name 4 2 4 see
Does someone have any idea how does it work?
Thanks