Skip to content

Instantly share code, notes, and snippets.

@aammd
Created August 22, 2013 21:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aammd/6312994 to your computer and use it in GitHub Desktop.
Save aammd/6312994 to your computer and use it in GitHub Desktop.
Writing publication-pretty *.eps files in R
eps <- function(file, onefile=FALSE, width=5.5, height = 5.5, horizontal=FALSE,paper="special", ...){
postscript(file=file,width=width,height=height,onefile=onefile,horizontal=horizontal,paper=paper,title=file,...)
par(bty='l')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment