This document discusses data visualization using R. It begins with a brief history of data visualization and introduces R as an open-source tool for data analysis and visualization that allows working with larger and more diverse datasets than Excel. It then covers important R concepts like data structures, loading and selecting data, and the ggplot2 package for creating graphs and visualizations by layering different geoms like points, lines, bars and boxplots.