[R] Colour Point Plot

Wu Gong wg2f at mtmail.mtsu.edu
Wed Aug 11 22:53:15 CEST 2010


Hi,

?plot will help you.

plot(0:18,col="white")
points(0:18,0:18,pch=0:18,col=rainbow(19),cex=2)


Turn & Fall wrote:
> 
> How do you change the standard plotting function so that points are solid
> and can have a pretty colour?
> 


-----
A R learner.
-- 
View this message in context: http://r.789695.n4.nabble.com/Colour-Point-Plot-tp2321433p2321862.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list