On 06/14/2010 03:05 PM, suman dhara wrote:
Sir,
I want to plot 5 curve on a single graph. I want to give random colour on
it. How can I do this?

Hi Suman,

col<-rgb(runif(5),runif(5),runif(5))

Jim

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to