Displaying 1 result from an estimated 1 matches for "datapl2".
Did you mean:
datail2
2011 Aug 17
0
Sweave and graphics
...t;=
#pdf(file="datapl1.pdf",paper="a4",width=0,height=0);
plot(yt,ypred,xlab="Data",ylab="Predicted
Value",ylim=c(0,3),xlim=c(0,3),main="PL 1");
#invisible(dev.off());
@
<<pl2,fig=TRUE,include=FALSE,echo=false>>=
#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=...