search for: datapl1

Displaying 1 result from an estimated 1 matches for "datapl1".

Did you mean: datapl2
2011 Aug 17
0
Sweave and graphics
Dear R-Users I think I am getting the hang of how sweave works. However there is one thing I am struggling with - nice small size graphics. Here is the piece of the Rnw file that creates the figures. <<pl1,fig=TRUE,include=FALSE,echo=false>>= #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=&quo...