官术网_书友最值得收藏!

Saving plots

We can save a plot in various formats, such as .jpeg, .svg, .pdf, or .png. I prefer saving a plot as a .png file, as it is easier to edit a plot with Inkspace if saved in the PNG format.

How to do it…

To save a plot in the .png format, we can use the png() function as follows:

png("TEST.png", width = 300, height = 600)
plot(x,y, xlab = "x axis", ylab = "y axis", cex.lab = 3,col.lab = "red", main = "some data", cex.main=1.5, col.main = "red")
dev.off()

How it works…

We have used the png() function to save the plot as a PNG. To save a plot as a PDF, SVG, or JPEG, we can use the pdf(), svg(), or jpeg() functions, respectively.

The first argument in the png() function is the name of the file with the extension, followed by the width and height of the plot. We can now use the plot() function to generate a plot; any subsequent plots will also be saved with a .png extension, unless the dev.off() function is passed. The dev.off() function instructs R that we do not need to save the plots.

主站蜘蛛池模板: 岳池县| 闽清县| 镇巴县| 兴业县| 华容县| 义马市| 罗城| 萨嘎县| 嘉兴市| 林西县| 晋宁县| 莱阳市| 西乡县| 东乌珠穆沁旗| 东宁县| 信宜市| 嘉黎县| 望谟县| 怀柔区| 水城县| 沁水县| 宁安市| 孟津县| 岳池县| 巴塘县| 淳化县| 江达县| 牟定县| 离岛区| 沿河| 时尚| 洪湖市| 朔州市| 秀山| 化德县| 郎溪县| 乡宁县| 同仁县| 景洪市| 垦利县| 谢通门县|