R Wiki - Graph Gallery

This is a wiki space for the R graph gallery

For example, you will find a Wiki page about graph 38 here

How to contribute graphics

There is no mechanism yet to submit dynamically graphics to the gallery. You can send your code with a paragraph of comments via email to the maintainer of the gallery.

Alternatively, you can put your code here. It will maybe be improved by other Wiki useRs before inclusion in RGG.

How to get the code of all graphics

n <- scan('http://addictedtor.free.fr/graphiques/tools/nextGraph.php', quiet = TRUE) - 1
for(i in 1:n){
    download.file(sprintf('http://addictedtor.free.fr/graphiques/sources/source_%d.R', i),
        sprintf('rgg_code%04d.R', i))
}
 
graph_gallery\graph_gallery.txt · Last modified: 2006/11/11 by vhold
 
Recent changes RSS feed R Wiki powered by Driven by DokuWiki and optimized for Firefox Creative Commons License