Aliases: post.rpart post
Keywords: tree
### ** Examples ## Not run: ##D z.auto <- rpart(Mileage ~ Weight, car.test.frame) ##D post(z.auto, file = "") # display tree on active device ##D # now construct postscript version on file "pretty.ps" ##D # with no title ##D post(z.auto, file = "pretty.ps", title = " ") ##D z.hp <- rpart(Mileage ~ Weight + HP, car.test.frame) ##D post(z.hp) ## End(Not run)