Displaying 1 result from an estimated 1 matches for "foo_status".
Did you mean:
fax_status
2003 Oct 24
2
possible win.metafile( ) problem?
...)
I get the desired graph on the screen. Basically,
I am trying to display the time course of a set of test
subjects, where each of two subsets is displayed in a
different color, and a loess smoother is added to the plot
for reference.
When I add
trellis.device(postscript,
file = "//.../foo_status.ps",
color = TRUE)
to the beginning of this little script, upon trying to open the
created file with Ghostview/Ghostscript, I get an error dialog
box containing the error message in the attached text file and
nothing is displayed.
If I change to
trellis.device(win.metafile,
file = &qu...