• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

R graph gallery

 
Ranch Hand
Posts: 57
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I was googling around to find a good gallery of R graphs and found this one;
http://addictedtor.free.fr/graphiques/thumbs.php

I really like the 2004 election map one, located here (with source code and data);
http://www.ai.rug.nl/~hedderik/R/US2004/



The 3D graphs are pretty impressive too, so this looks like a good resource since they link to code just to see how they are done. If anybody has any other useful links to these type of galleries (specially with source) please feel free to link.
 
author
Posts: 33
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Augusto,

The R Graphics Gallery is a great place to view possibilities.

The R Graphics Manual allows you to see graph examples from every package in R (roughly 40,000 graphs!).

The blog aggregator R-bloggers has a wide range of graph example, along with the code to create them.

If you already have R installed, you can type demo(graphics), demo(image) , and demo(persp) at the interactive command prompt to view a range of examples.

Finally, "R in Action" includes about 150 graph examples, along with explanations of each. The datasets and sourcecode are available online.

reply
    Bookmark Topic Watch Topic
  • New Topic