Hmmm, I get the same results either way. Regardless of results, is there
a reason why my suggestion is 'invalid'?

TIA,

Jim



James W. MacDonald
Affymetrix and cDNA Microarray Core
University of Michigan Cancer Center
1500 E. Medical Center Drive
7410 CCGC
Ann Arbor MI 48109
734-647-5623

>>> Thomas Lumley <[EMAIL PROTECTED]> 10/23/03 04:26PM >>>
On Thu, 23 Oct 2003, James MacDonald wrote:

> I believe you want plot(blah blah, col=palette(rainbow(13)))
>

No.  palette() sets the default palette, so
eg
> palette(rainbow(13))
> plot(1:13,col=1:13)

will plot in the new palette.

        -thomas

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to