hi all,

i am trying to make multi-color plots.  that is, i generally use,

        plot(x, y, type="n")
        text(x, y, labels=class)

here, the vector class denotes the class of each point.  there are
usually 3-4 classes of points.  how may i display the different
classes in different colors?

thanks for any help.

-- 
saurav

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

Reply via email to