Displaying 1 result from an estimated 1 matches for "chunk08".
Did you mean:
chunk
2013 Feb 13
2
sweave question
...s and think it's
time to surrender !!!!!!!!!! or atleast give up for now and come 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{cent...