Skip to content
Prev 58910 / 398502 Next

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