[R] Can I save R graphs as a R objects

Liviu Andronic landronimirc at gmail.com
Fri Jan 15 14:24:28 CET 2010


On 1/15/10, vikrant <vikrant.shimpi at tcs.com> wrote:
>  can I edit my chart as in Excel.
>
Sort of, using playwith. You can always try to place the the plot call
inside playwith(). For example,
require(playwith)
playwith(plot(1:10))

Liviu



More information about the R-help mailing list