Gwanmesia at aol.com
2011-Jun-26 23:40 UTC
[R] Plotting a gragh or histogram in a certain colour
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]]
Steven Kennedy
2011-Jun-27 01:59 UTC
[R] Plotting a gragh or histogram in a certain colour
plot(1:20,col='blue') On Mon, Jun 27, 2011 at 9:40 AM, <Gwanmesia at 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]] > > ______________________________________________ > R-help at 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. >