Please refer to this question to have an example to work with: Is there any way to manipulate the titles of a ctree plot?
Now, with the example ctree plot as a reference, how can I make it so that the two words that make up the title are on two different lines? I.e. I want to see the word "Broken" and then the word "Title" on a new line below the word "Broken."
I'm trying to make the boxplots skinnier. So far, the only way I've found to do this is to use:
png(title_file, width = w, height = h)
And then vary w and h until I'm happy. Unfortunately, this cuts off the title (The actual title is much longer) I think that if I could make half the title appear on the next line then everything should fit snugly (fingers-crossed).
If you however have a way for me to directly manipulate the boxplots (node 2 and node 3) and adjust their fatness without me having to adjust the width of the entire image, that would be even better.