Displaying 1 result from an estimated 1 matches for "alcam".
Did you mean:
alam
2004 Sep 14
1
pairs correlations colors
...colored matrix using hints on iris dataset.
I got a black and white matrix with correlations using function
panel.cor, exactly as it is in the example.
Unfortunately, the line:
jpeg(filename="/home/valeria/Thesis/lung/fig/scatterplotcolnames.jpg")
pairs(aggiunta[,1:
6],labels=c("ALCAM","ITGB5","MSN","CSTB","DHCR24","TRIM29"), main =
"Scatterplots selected genes",pch=21,
bg = c("red", "green3", "blue",
"brown","orange")[aggiunta[,7]],upper.panel=panel.cor)
dev.of...