I've built a decision tree using ctree in R and visualize the tree using the ctree model in the party package.
I am very happy with the results and the overall visualization. However, I cannot interpret the 'confusion' in every leaf node, since the x-axis labels either overlap or are missing!
Currently I use the following command:
plot(fitCtree, main="Title", gp = gpar(fontsize = 2))
I've searched quite a lot to find the (simple?) answer... to no avail. Can you help me out?
Cheers, Arend