Skip to content

plot rpart tree's from list object

1 message · Christian Schulz

#
....many Thanks!
For another lazzy typist's - this works  fine.

for (i in 1:length(tList)) {
post(tList[[i]],paste("Tree", i, "ps", sep="."), title="title",
digits=getOption("digits") - 0,use.n=TRUE)
graphics.off()
}

christian
title="Arbeitszufriedenheit",