Displaying 1 result from an estimated 1 matches for "davb".
Did you mean:
avb
2003 Nov 17
1
rpart postscript graphics, Mac OS
...script graphics of rpart tree objects, a tiny part
of the tree gets trimmed off, even when it has only a
few terminal nodes. This happens even without fancy
but worse if fancy=T. (This doesn't happen with
boxplot, scatter plots, etc.) How do I fix this?
postscript("tree.eps")
plot(davb.tree, u=T)
text(davb.tree, use.n=T, fancy=F)
dev.off()
Thanks
Kais