Data Visualization
R has numerous packages to explore insights in data using graphs, charts, maps, and dashboards. R has several data visualization packages such as plot from the base package, ggplot, lattice, plotly, RGL, and many others.
This tutorial covers plot() and ggplot() functions.