[R] Gnuplot epslatex format also in R?
Stefan Grosse
singularitaet at gmx.net
Tue Sep 12 12:00:46 CEST 2006
I did an eps/ps file with e.g.:
postscript("c:/Temp/test.eps", width = 8.0, height = 6.0, horizontal =
FALSE, onefile = FALSE, paper = "special")
curve(x^2)
dev.off()
but I am not sure what you mean with the second file with the latex
commands.
Paul Smith schrieb:
> Dear All
>
> Is there some way of exporting R plots to epslatex, i.e., to a file
> with the eps file and another one with the LaTeX commands
> (representing the text in the plots), likewise Gnuplot does? If so,
> could you please indicate it to me?
>
> Thanks in advance,
>
> Paul
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
>
>
More information about the R-help
mailing list