I constructed a decision tree in R using the following code:
library(datasets) library(caTools) library(party) tree <- ctree (cyl ~., data = mtcars) plot(t