plot.tree(x, type = "", ...)
Graphical parameters may also be supplied as arguments to this function (see par).
zauto <- tree(Mileage ~ Weight + Disp., car.test.frame) plot(zauto) # plot on current graphics device text(zauto) # put some labels on the plot identify(zauto) # find out what car is where by clicking on plot