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