Skip to content
Back to formatted view

Raw Message

Message-ID: <4F2A6F00.7070308@statistik.tu-dortmund.de>
Date: 2012-02-02T11:09:52Z
From: Uwe Ligges
Subject: User Interface Equivalent Code
In-Reply-To: <1327951604.24197.YahooMailNeo@web132105.mail.ird.yahoo.com>

On 30.01.2012 20:26, Ajay Askoolum wrote:
> When I plot, the plot's user interface offers me a choice:
>
> File | Copy to the Clipboard | as a Bitmap.
 >
> What is the equivalent code for achieving this but without the plot interface becoming visible?

For something *equivalent*, see ?dev.copy.
Since you are on Windows: See also ?bmp for a cleaner more direct 
approach to print into the device right away.

You may also want to consider to produce vector graphic formats rather 
than bitmaps - the former is in most but not all cases preferable.

Uwe Ligges




> Thanks.
>
> 	[[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at 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.