I am implementing a decision tree but when building the graph with rpart.plot it gets huge, making it impossible to see. Is there a way to subdivide when generating the plot;
rpart.plot (tree, type = 3, fallen = T,leaf.round = 1, extra = 100,
branch = .1, box.palette = "RdBu")