# Rattle: Data Mining by Example # # Copyright (c) 2011 Graham.Williams@togaware.com # # Common decision tree using rpart(). # # Draw fancy decision trees. (load("rpart01.Rdata")) fancyRpartPlot(MODEL$model, "Decision Tree rpart() weather $ RainTomorrow")