The document discusses graphs that can be created with the R programming language. It introduces R and some of its basic variables like vectors, matrices, and data frames. It then presents a gallery of popular graph types that can be made with basic R packages like plot(), hist(), dotchart(), and barplot(). It also discusses expanding on these basic graphs using packages like Gplots and ggplot2, which add features like confidence intervals and different plot styles. Finally, it provides examples of creating various graphs like histograms, dot plots, and boxplots using real genomic data from plant species.