RstudioGD: Rstudio Graphics Devices
RstudioGD는 Rstudio에서 차트를 보여줄 때 사용하는 그래픽 디바이스/드라이버 이름이다.
https://community.rstudio.com/t/what-is-rstudiogd/24197
What is "RStudioGD?"
What is "RStudioGD"? It appears after this code: pdf(file="SilSys sociogram.pdf", width=7.5,height=9) gplot(frnd,displaylabels=T) dev.off() RSTudioGD 2 If I type: RStudioGD #I get this: function () { .Call("rs_createGD") }
community.rstudio.com
https://stackoverflow.com/questions/23621012/display-and-save-the-plot-simultaneously-in-r-rstudio
Display and save the plot simultaneously in R, RStudio
I need to save the plot as .png and show the plot at the same time without duplicating the code. Is there an elegant way to do it? Working on RStudio for MAC. I can get it to work as bellow but I...
stackoverflow.com