How to zoom out decision tree plot in r studio? -


i have plotted decision tree using ctree() present in party package. decision tree in screenshot. nodes of tree overlapping not able see them. tried zoom option present their, zoom in. can please suggest me how zoom out can see nodes clearly?

1]

your question not entirely clear , havent specified have tried. far understand, can try following method.

you can specify width , height better view.

{r, fig.width = 100, fig.height=45 } plot(your_ctree_here)


Comments

Popular posts from this blog

Why does Go error when trying to marshal this JSON? -

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

apache - Restler setup not working -