This document discusses creating mosaic plot wrappers in R. It describes writing functions that wrap the base mosaicplot function to add customization options like color palettes, labels, and titles. Code examples are provided for wrapper functions that allow setting the color palette, margins, label formatting, and keeping or rotating labels. Instructions are given for packaging the wrapper functions into an R package and publishing it to GitHub.