Thanks for the video! Very useful information here! By the way, I don't know if you have already tried, but there is also a good R library for wraping plots, it is called patchwork.
Hello, I used this code to save the image "png(filename = "authorkeywords.png", width = 20, height = 10, units= "cm", res = 400)", but it doesn't work. Is there any code to save the image with customize.
try this >png(filename = "authorkeywords.png", width = 20, height = 10, units= "cm", res = 400) >plot(iris) >dev.off() this will open the canvas, plot in the image, and then save the image.
Finally. A video that helps me to save r images in a higher resolution
excellent tutorial! But I notice that at 11:32 in the console there's still an error when runing yplot(), it should be "yplot" not "yplot()"
❤ Best tutor! Thanks!
Thank you so much for easiest ways :)
Super helpful! thank you
Thanks for the video! Very useful information here! By the way, I don't know if you have already tried, but there is also a good R library for wraping plots, it is called patchwork.
patchwork is great too !
thank you for this video. I have a problem when I want to open the image it does not appear (turns white)
my_palette
That was super helpful!
sir how to save a nonggplot in r to specific folder with high resolution
I checked many videos. No one discusses how to save the picture just save.
Hello, I used this code to save the image "png(filename = "authorkeywords.png", width = 20, height = 10, units= "cm", res = 400)", but it doesn't work. Is there any code to save the image with customize.
try this
>png(filename = "authorkeywords.png", width = 20, height = 10, units= "cm", res = 400)
>plot(iris)
>dev.off()
this will open the canvas, plot in the image, and then save the image.
ggpubr stands for public ready? ..... I just want leave a comment to mark this valuable vedio~
I believe the original documents call it “ publication ready” 😃
How save image in postscript format?
I think you can refer to this website here:
r-coder.com/save-plot-r/
hi
❤ Best tutor! Thanks!