> > I produce most of my statistical graphics in R and move them into LyX > > floats. > > I've been exporting them as JPGs from R. Is there a better format that plays > > well with LyX/LaTeX? Any suggestions are appreciated. > > > > ----- > > > > If you want EPS output in R, be aware that you need to use some special > options. > I tried to explain it all here for my students: > http://pj.freefaculty.org/R/Rtips.html#5.2
there is also another way - when i finally became frustrated with figure output of R i just created few scripts which take text output from R output (sink command) and give it to gnuplot for final postscript picture. pavel
