Skip to content
Back to formatted view

Raw Message

Message-ID: <d8ad40b50812050920m6d606317uf4b2ae7175d777a6@mail.gmail.com>
Date: 2008-12-05T17:20:37Z
From: Barry Rowlingson
Subject: Sink does not send graphs to sink file
In-Reply-To: <20081205154657.GA5437@localhost>

2008/12/5 Philipp Pagel <p.pagel at wzw.tum.de>:
>> I am using sink() to send the results of my analyses to a text
>> file. Unfortunately my graphs do not become part of the file.
>> Is there anyway that I can have both the text and graphic
>> output of my analyses appear in a file?
>
> Well, how would you expect the graphs to be represented in a text
> file? So the short answer is no you can't do that.

Splus used to have (does it still?) an ascii-text based graphics
device. Fine for simple things, I'm not sure how well fancy lattice
graphics would work on it.

 If someone has a few hours to waste, they might be able to build
something similar for R using aalib:

 http://aa-project.sourceforge.net/aalib/

Barry