Displaying 1 result from an estimated 1 matches for "reg_tree".
Did you mean:
ref_tree
2013 Feb 13
2
sweave question
...back to it
with a fresher brain. Have a good night.
# THE LATEX/SWEAVE CODE
#================================================================
cal.tree is created in a previous chunk and that's fine.
<<chunk08,label=fig3, fig=FALSE,result = tex>>=
wid <- 5
hei <- 5
pdf("reg_tree-fig3.pdf", width = wid, height = hei)
plot(cal.tree,uniform=TRUE,compress=TRUE,margin=0.0)
text(cal.tree, all=TRUE,fheight=1.0,fwidth=1.0)
dev.off()
cat("\begin{figure}[ht!]")
cat("\begin{center}")
cat("\includegraphics[width = ", wid, ", height = ", hei...