Answer Posted / Hirdesh Kumar Bharti
Graphs can be saved in R using the pdf(), jpeg(), png() and postscript() functions to specify the output format. For example, to save a plot as a PNG file, use: png('my_plot.png') before plotting, then dev.off() after finishing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers