I have a trellis
object generated by a 3rd-party package. With that being said, I cannot change the attributes by re-creating another trellis
object. I have to change its attributes after it has been created.
I have figured out which attributes control the axes' label font sizes, they are:
my_trellis$x.scales$cex[1]
and my_trellis$y.scales$cex[1]
But what about the axes' title font sizes? It took me some searches and still could not figure it out...
Thanks!