R에서 EPS 이미지 생성
EPS 이미지로 저장하는 방법을 다루겠다.
postscript(file="plot.eps", onefile=FALSE, horizontal=FALSE)
dev.off()
If you are using ggplot2 to generate a figure, then a ggsave(file="name.eps") will also work
'AI > R ggplot2' 카테고리의 다른 글
CDF stat_ecdf (0) | 2016.12.21 |
---|---|
ggplot2: 그래픽 라이브러리 (0) | 2016.03.20 |
ggplot2 package를 이용한 Graph 그리기 (0) | 2015.02.16 |
R 그래프 페키지 종류 (0) | 2014.11.05 |