[R] How to restore and edit saved graphics?

Jonathan Baron baron at psych.upenn.edu
Sun May 16 04:36:01 CEST 2004


On 05/15/04 16:53, Shin wrote:
>I am looking for a function to restore saved graphics for further
>editing, such as changing its title, labels, or legend.
>How can I do it in R? Thanks in advance.

Probably the easiest way is simply to save the code that you used
to make the graphic, edit the code, and run it again.  This is a
good way to work with R anyway.

If, for some reason, the graphics tools available for R are not
sufficient - and I find this hard to imagine - you can also save
graphics as xfig files and then edit them with xfig, assuming
that you are using Unix/Linux.

Jon
-- 
Jonathan Baron, Professor of Psychology, University of Pennsylvania
Home page:            http://www.sas.upenn.edu/~baron




More information about the R-help mailing list