Is there an argument that limits the maximum depth of the regression tree to be plotted from rpart.plot?

32 Views Asked by At

My concern about the print size would be the probability of freezing up the computer due to the great depth of the regression trees. So, I would like to limit the size of the printed tree through rpart.plot.

I have tried to identify a specific argument from the rpart.plot-help but I was unsuccessful. I hope that there is either some parameter or any other way to visualize part of the regression tree.

0

There are 0 best solutions below