Skip to content
Prev 32927 / 398513 Next

plot rpart tree's from list object

....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",