latex, eps graphics and transparent colors
Thomas Lumley <tlumley <at> uw.edu> writes:
On Thu, Apr 14, 2011 at 5:30 AM, Michael Friendly <friendly <at> yorku.ca> wrote:
I have a diagram to be included in latex, where all my figures are .eps graphics (so pdflatex is not an option)
You could use the pdf() device and then use pdf2ps to convert to PostScript.
Clever. [snip]
There's now an adjustcolor() function in base R to do this.
That makes my solution more or less obsolete.