Ivan Calandra wrote:
Dear R users,
I would like to edit my graphics in Illustrator. I know that I can set
up almost every graph parameter in R, but the time I will spend
searching for the correct settings might not be worth since I'm quite
used to Illustrator and since I will in any case use Illustrator to
prepare for publication.
Up to now, I've used savePlot() with type=("eps") but I'm unable to
dissociate every part of the plot in Illustrator.
Is there a better way to do it? Another function, another package, or
a completely different approach? I'm of course open to all suggestions.
For info, I run R2.10 on Windows XP
Thanks in advance
Ivan
______________________________________________
R-help@r-project.org 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.
Hi,
I mostly use pdf to store my results from R. In R code it would look like:
pdf("bla.pdf")
plot commands...
dev.off()
I can read these pds into Inkscape (opensource vector drawing program)
and edit all the indvidual lines and such. I can imagine Illustrator
should also be able to read these pdfs.
cheers,
Paul
--
Drs. Paul Hiemstra
Department of Physical Geography
Faculty of Geosciences
University of Utrecht
Heidelberglaan 2
P.O. Box 80.115
3508 TC Utrecht
Phone: +3130 274 3113 Mon-Tue
Phone: +3130 253 5773 Wed-Fri
http://intamap.geo.uu.nl/~paul
______________________________________________
R-help@r-project.org 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.