Skip to content

Could anyone tell me how to plot a hierarchical clusterin g in a black-white color?

1 message · Liaw, Andy

#
Try using the argument col=gray(seq(0, 1, length=64)), or something like
that.

Andy