Displaying 1 result from an estimated 1 matches for "9gata".
Did you mean:
ogata
1999 Sep 30
3
plotting text on a postscript device
...21 by 21 matrix called mat
x <- 1:ncol(mat);
y <- 1:nrow(mat);
labs <- c(" ", "1298", "1537", "TP53", "786", "974", "1303", "1288",
"1294", "1293", "1290", "1301", "9GATA", "935", "925", "932", "1121",
"1118", "301", "930", " ")
postscript(file="corr-markers.eps", paper="letter", family="Times",
horizontal=F,append=T,onefile=F);
image(x, y, mat, zlim=...