data("HairEyeColor")
mosaic(HairEyeColor, shade = TRUE)
Are there arguments I can use to change the labels on the margins of the resulting plot above? For instance, I'd like to change "Male" to "M", "Female" to "F", to avoid text encroachment, and make some notes in the title labels.
I can't find anything about editing axis labels in the package's help page.