[R] Plotting a gragh or histogram in a certain colour

2011-06-26 Thread Gwanmesia
Dear Sir, Just started using R. I want to plot x-1:20, for example, in the colour blue. How do I do this? Regards, Ivo [[alternative HTML version deleted]] __ R-help@r-project.org mailing list

Re: [R] Plotting a gragh or histogram in a certain colour

2011-06-26 Thread Steven Kennedy
plot(1:20,col='blue') On Mon, Jun 27, 2011 at 9:40 AM, gwanme...@aol.com wrote: Dear Sir, Just started using R. I want to plot x-1:20, for example, in the colour blue. How do I do this? Regards, Ivo        [[alternative HTML version deleted]]