Re: [R] vector graphics

2015-10-07 Thread Ivan Calandra
Thanks Jean for the tip. I'll try postscript() and devEMF::emf() and see if it works. Still, it's very complicated to export vector graphics in R... Ivan -- Ivan Calandra, PhD University of Reims Champagne-Ardenne GEGENAA - EA 3795 CREA - 2 esplanade Roland Garros 51100 Reims, France +33(0)3 26

Re: [R] vector graphics

2015-10-07 Thread Ivan Calandra
For the record, it seems that devEMF::emf() works fine on the Windows Vista SP2 machine with R3.2.2 and Illustrator CS4: the text is recognized as text and every point/line can be dissociated. Ivan -- Ivan Calandra, PhD University of Reims Champagne-Ardenne GEGENAA - EA 3795 CREA - 2

Re: [R] vector graphics

2015-10-06 Thread Adams, Jean
Perhaps the discussion at this link will be helpful ... http://stackoverflow.com/questions/9555889/producing-a-vector-graphics-image-i-e-metafile-in-r-suitable-for-printing-in Jean On Tue, Oct 6, 2015 at 9:42 AM, Ivan Calandra wrote: > Dear useRs, > > A colleague

[R] vector graphics

2015-10-06 Thread Ivan Calandra
Dear useRs, A colleague of mine is having a problem with graphic devices. The goal is to save into a vector graphic format that can be edited with Illustrator CS4. On my Mac (Snow Leopard), I use RSvgDevice::devSVG() and it works fine. But on her Windows Vista computer, I cannot find an

[R] vector graphics/ SVG plots via RSvgDevice

2007-11-05 Thread Sam McClatchie
System: Linux Ubuntu 7.10 Gibbon kernel 2.6.22-14-generic Emacs ver. 22.1.1 ESS ver. 5.3.0 R version 2.6.0 (2007-10-03) Colleagues This is a follow-up note to my earlier post under this header, giving my solution. First, with some trepidation I

[R] vector graphics/ SVG plots via RSvgDevice

2007-10-24 Thread Sam McClatchie
System: 2.6.0 Linux kernel 2.6.15 Ubuntu dapper R version 2.5.1 ESS 5.2.11 on Emacs 21.4.1 Hello Brian Thanks for the tip. I upgraded to R 2.6.0., installed the package RSvgDevice, and modified my R-code to produce a vector graphics .svg file instead of postscript. The .svg file imported nicely

Re: [R] vector graphics/ ungroup and edit in CorelDraw

2007-10-19 Thread Prof Brian Ripley
The R graphics model is low-level, and the problem is CorelDraw's limited capabilities (Adobe Illustrator seems to do rather better with postscript generated by R). The XFig and SVG drivers may produce output that is more easily editable, but ultimately the problem is that R graphics is done