Tag Archives: graph

Pretty Graphs with ggplot2 (R)

The native graphics options in R are very powerful and useful for generating output. However, the packages available for R extend your capability far beyond what is natively available in R. The most commonly used package for non-native graphics is ggplot2. Getting Started with qplot – A brief introduction to qplot(), the training wheels plotting […]