Displaying 3 results from an estimated 3 matches for "epsffile".
Did you mean:
epsfile
1998 Jan 23
1
R-beta: save.plot()
...rently use R0.61 to produce graphs for use in a tex document.
I first type
x11(orientation='portrait',width=4,height=3.5)
to fix the size of my graph, produce some plot type commands,
and then save the whole as an .eps file using save.plot().
The graph is included in the tex file using
\epsffile{file.eps}
in a figure environment.
The problem is that the graph occupies a whole page in the
produced document, whatever the width and height mentioned
in x11().
How can this be avoided? (I don't want to use the command
postscript because I want to see the graph before saving).
Many thanks...
1997 Nov 05
3
R-beta: Latex and R
Hello R users,
This question might be already discussed before, I apologize
if it is the case.
Simple... how can I do to include a figure in a latex document.
As I have already done in Splus, I tried this:
\begin{figure}
\special{psfile=gauss.ps .......}
\end{figure}
but it didn't work. Any help?
Thank you in advance.
PS: I let down the Mac and the MS Window platforms and I am back
to my
1998 Oct 29
3
EPS
Perhaps this has been mentioned and I wasn't paying attention. When I try to
import a postscript file (which is EPS according to the R help on postscript) my
Framemaker filter chokes. If I simply edit the first line of the file to put
%!PS-Adobe-3.0 EPSF-3.0
rather than
%!PS-Adobe-3.0
it works just fine. It sure would be simpler if the postscipt driver put this in
the file.
Paul Gilbert