I would like to know the default font size for the axis.text element?
I read some where the default font size for ggplot is size 11 and that looks to be true for axis.title, but when you use the default font sizes the size of axis.text is usually smaller than axis.title.
For more context I had a function that made a plot that used the default font sizes. Now I am adding to the function so the font size can be adjusted but I want to make sure I still can match the default sizes for my first set of plots and then adjust the size for future plots.