Visualizing in R, using ggplot2 of tidyverse. Base R, and other packages like plotly and RGL can do basic visuals. Definitions : Aesthetic (R) // a visual property of an object in your plot. Size, shape, color. Geom (R) // the geometric object used to represent your data Facets (R) // let you display smaller groups, or subsets, of your data. can create separate graphs for every data in dataset Labels and annotations (R) // lets you customize your plot. Titles, annotations, subtitles, etc Mapping (R) // matching up a specific variable in your dataset with a specific aesthetic Annotate // to add notes to a document or diagram to explain or comment upon it Popular visual packages: - ggplot2 - Plotly - Lattice - RGL - Dygraphs - Leaflet - Highcharter - Patchwork - gganimate - ggridges Benefits of ggplot2: - Create different types of plots - Customi