penguins ggplot2

Visualization is central to gleaning insights from the penguin dataset. The R tidyverse package - ggplot2 - supplies a simplified approach to create many plotting geometries or "geoms" in the form of bar charts, histograms, box plots and scatter graphs. The fundamentals of the ggplot2 tidyverse package are presented here using a “grammar of graphics” that preserves simplicity yet rarely compromising on elegance.