I plot a simple linear regression using R. I would like to save that image as png or jpeg, is it possible to do it automatically? (via code)
|
feedback
|
|
To save a plot, you need to do the following:
Some example code for saving the plot to a
This is described in the (combined) help page for the graphical formats Note that if your plot is made by either | ||||
|
feedback
|
|
Like this
or this
or this
And probably others too. They're all listed together in the help pages. | |||
|
feedback
|
|
If you use R Studio http://rstudio.org/ there is a special menu to save you plot as any format you like and at any resolution you choose | |||
|
feedback
|
|
If you want to keep seeing the plot in R, another option is to use
If you reach a clutter of too many plot windows in R, use | |||
|
feedback
|