Displaying 1 result from an estimated 1 matches for "datapl3".
Did you mean:
datap3
2011 Aug 17
0
Sweave and graphics
...#pdf(file="datapl2.pdf",paper="a4",width=0,height=0);
plot(yt,ypredmean,xlab="Data",ylab="Predicted
Value",ylim=c(0,3),xlim=c(0,3),main="PL 2");
#invisible(dev.off());
@
<<pl3,fig=TRUE,include=FALSE,echo=false>>=
#pdf(file="datapl3.pdf",paper="a4",width=0,height=0);
plot(yt,ypredr,xlab="Data",ylab="Predicted
Value",ylim=c(0,3),xlim=c(0,3),main="PL 3");
#invisible(dev.off());
@
\begin{figure}[htbp]
\centering{
\begin{tabular}{cc}
\includegraphics[width=0.4\textwidth,height...