I would like to change the text size of a node in rpart. The text does not fit into the box of the node if the text is too large. Still, there should be enough space.
rpart.plot(pruned_tree_model, type=0,tweak=1.5,leaf.round=0)
are there some arguments to add?