When plotting Binary Trees (ctree) from the party package, is there a way to adjust the font sizes of the leaves?
require(party) irisct <- ctree(Species ~ ., data = iris) plot(irisct) I want to adjust the font sizes for "Node 2", "Node 5", etc. I'd also like to be able to adjust the font sizes for the x-axis and y-axis labels of the histograms. Thanks, Sam Thomas Revelant Technologies, LLC. sam.tho...@revelanttech.com <mailto:sam.tho...@revelanttech.com> 317-696-9214 [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.