How do I export a graph to an .eps format file? I typically export my graphs to a .pdf file (using the \'pdf\' function), and it works quite well. However, now I have to exp
If you are using ggplot2 to generate a figure, then a ggsave(file="name.eps") will also work.
ggplot2
ggsave(file="name.eps")