Message-ID: <200401161256.14383.deepayan@stat.wisc.edu>
Date: 2004-01-16T18:56:14Z
From: Deepayan Sarkar
Subject: Saving jpg of plot with grid.arrows
In-Reply-To: <Pine.LNX.4.44.0401161600050.545-100000@env-pc-phd13>
On Friday 16 January 2004 10:02, Laura Quinn wrote:
> I am having problems exporting a plot to a jpg file. I am first setting up
> a basic plot, and then opening up a viewport and overlaying grid.arrows
> onto the plot - I don't seem able to save this plot with the overlaid
> arrows to a file, can anyone offer any advice?
>
> I am using R-1.8.0 on Debian Linux.
Could you give us some specific code that doesn't work ? The simplest case
> jpeg()
> grid.arrows()
> dev.off()
seems to work for me.
Deepayan