[R] User Interface Equivalent Code

Uwe Ligges ligges at statistik.tu-dortmund.de
Thu Feb 2 12:09:52 CET 2012



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.



More information about the R-help mailing list