Displaying 1 result from an estimated 1 matches for "frontfile0x0xbx1".
Did you mean:
frontfile0x0xbx0
2010 Jun 10
1
Sweave cutting new lines
...er="special",width=14,height=6)
correl.plotsinglechart(sec,lambda,chartvalue,relsec)
tmp<-dev.off()
cat("\n\\newline\\includegraphics{",file,"}\n\n",sep="")
@
gets converted to this
\includegraphics{working/frontfile0x0xbx0.pdf}
\includegraphics{working/frontfile0x0xbx1.pdf}
\includegraphics{working/frontfile0x0xbx2.pdf}
\includegraphics{working/frontfile0x0xbetax0.pdf}
\includegraphics{working/frontfile0x0xbetax1.pdf}
\includegraphics{working/frontfile0x0xbetax2.pdf}\newline\includegraphics{working/frontfile0x0xrsqx0.pdf}
This actually works now because th...