Using base R graphics I can customize the position of the tick marks and what text to label them by using the axis function and adjusting the `at` and `labels` parameters respectively. What theme setting do I adjust using ggplot2 graphics to achieve a similar result? TIA Patrick