[R] how to do a graph with tree different colors??

wl2776 wl2776 at gmail.com
Tue Jul 3 12:30:46 CEST 2012


Try using polygon() or grid.polygon() from the grid package.
 
You can find code example on the R project title page.
Go to http://r-project.org and click on the plot (the example plot showing
PCA, clustering and factors, lower left are two graphs, similar to what you
want).

This will bring you to the source code, generating this plot.
Search for "Factor 1" on the page will show that this plot was produced with
the function plotdens().
Search for "plotdens" will show its body and will discover, that it calls
polygon() function.



--
View this message in context: http://r.789695.n4.nabble.com/how-to-do-a-graph-with-tree-different-colors-tp4635206p4635268.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list