partykit ctree formating x and y axis labels
问题 My problem is the newest version of the partykit package seems to remove all x and y axis tics and labels from ctree plots. install.package("partykit") library(partykit) irisct <- ctree(Species ~ .,data = iris) plot(irisct) See ... no x or y labels in the terminal nodes! I want the plots to look like they do in the party package: detach("package:partykit", unload=TRUE) library(party) irisct <- ctree(Species ~ .,data = iris) plot(irisct) From what I have seen online partykit should be able to