Harold Doran wrote:
[... Sweave use...]
However, when I examine the pdf or eps files created, there is nothing there. When I view the EPS using Ghostview, the file
> is empty, but there appears to be a bounding box surrounding
> nothing. When I open the pdf graphic, there is nothing there
> either. I have tried creating both dvis and pdf files. Again,
> text works perfectly, but graphics do not work.

Are they lattice graphics? They need to be wrapped in a print() statement, like

print(xyplot(...))

Without that, they don't produce output to eps or pdf.

Cheers

Jason
--
Indigo Industrial Controls Ltd.
http://www.indigoindustrial.co.nz
64-21-343-545
[EMAIL PROTECTED]

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to