Skip to content
Back to formatted view

Raw Message

Message-ID: <6F98AC72-4349-4F7F-BDD7-38E4D30CFEB3@r-project.org>
Date: 2009-03-13T16:42:13Z
From: Simon Urbanek
Subject: How to copy line drawings in R MAC
In-Reply-To: <8a4b2cfa0903130652k34962b90v90cd7d9893ca9709@mail.gmail.com>

On Mar 13, 2009, at 9:52 AM, Olivier Briet wrote:

> Hi Mac R users/developers,
>
> Do you have any tips on how to export graphical outputs in R on a Mac
> as line drawings, which can be further processed in e.g. Adobe
> illustrator or Keynote / Powerpoint?
> It seems that Quartz only outputs pdf and grid structured images,
> whereas in R Windows, it is possible to copy a graphical output from
> the R graphics device as a metafile.
>

PDF supports both vector graphics and bitmaps and is superior to  
Windows metafiles. Both AI and Keynote can deal with PDF files very  
well (the former can even edit individual objects in it).

Cheers,
Simon