Liaw, Andy
2004-Nov-11 23:14 UTC
[R] Could anyone tell me how to plot a hierarchical clusterin g in a black-white color?
Try using the argument col=gray(seq(0, 1, length=64)), or something like that. Andy> From: Frank Duan > > Dear R people, > > I am trying to do a hierarchical clustering to a matrix using > heatmap() function. But I like to have the plot to display in a > black-white manner? Could anyone tell me how to do that? > > Thank you. > > Frank > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! > http://www.R-project.org/posting-guide.html > >