This document provides examples of using R code to create boxplots and beeswarm plots from sample datasets. It includes: 1) Code to create a basic boxplot of ozone levels from the airquality dataset and customize aspects like colors, labels, and orientation. 2) Examples demonstrating how to create multiple boxplots for comparison and boxplots using other datasets with different numbers of variables. 3) Code for a beeswarm plot showing three groups of random data with different underlying distributions, customized with colors and labels.