Examples for 'rpart::post.rpart'


PostScript Presentation Plot of an Rpart Object

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)

[Package rpart version 4.1.19 Index]