[R] Editing figure without re-running the plotting code?

Jeff Newmiller jdnewmil at dcn.davis.CA.us
Sun Mar 10 17:18:24 CET 2013


The normal method is to rerun the code. If you use the ggplot2 library you can store plots in variables and modify them, but you still have to print them again when you want to see the results.
---------------------------------------------------------------------------
Jeff Newmiller                        The     .....       .....  Go Live...
DCN:<jdnewmil at dcn.davis.ca.us>        Basics: ##.#.       ##.#.  Live Go...
                                      Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/Batteries            O.O#.       #.O#.  with
/Software/Embedded Controllers)               .OO#.       .OO#.  rocks...1k
--------------------------------------------------------------------------- 
Sent from my phone. Please excuse my brevity.

Sherri Heck <sherri.heck at gmail.com> wrote:

>Dear all,
>
>I am curious if anyone knows of a command/program that would enable one
>to
>edit a figure in R once it is created (akin to Matlab).  Currently, if
>I
>need to make any changes to the figure I do so and then have to run the
>plotting portion of the code again.  I have searched the R site mailing
>lists, etc to no avail.  Any help is greatly appreciated.
>
>Kind regards,
>
>Sherri
>
>	[[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