Skip to content
Prev 246541 / 398502 Next

Plotting colour-coded points

With xx as your data.frame
 library(ggplot2)
 qplot(a, id, data=xx, color=b)
--- On Wed, 1/5/11, ANJAN PURKAYASTHA <anjan.purkayastha at gmail.com> wrote: