On Jan 13, 2008 3:13 PM, David Hewitt <[EMAIL PROTECTED]> wrote: > > 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 Don't forget the onefile=F option, or else you don't get EPS, you just get ps with no preview. Also, seriously consider getting into the habit of creating a screen display device that is the correct size (in inches) for insertion into your latex document. That way, there will be no danger of damage due to re-sizing when you take the figure into the document. HTH pj -- Paul E. Johnson Professor, Political Science 1541 Lilac Lane, Room 504 University of Kansas
