manipulating data in heatmap, have the following data: RF00505 RF00232 RF00493 RF00231 RF00505 100.00 20.00 0.00 0.00 RF00232 100.00 00.00 100.00 100.00 RF00493 100.00 60.00 100.00 33.33 RF00231 0.00 40.00 0.00 100.00
http://r.789695.n4.nabble.com/file/n4627454/Captura_de_tela-15.png but what I do is leave my file in ascending order of families, as if this file: RF00231 RF00232 RF00493 RF00505 RF00231 100.00 40.00 0.00 0.00 RF00232 100.00 0.00 100.00 100.00 RF00493 33.33 60.00 100.00 100.00 RF00505 0.00 20.00 0.00 100.00 how to do this in R? -- View this message in context: http://r.789695.n4.nabble.com/manipulating-data-in-heatmap-tp4627454.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.