dev2ps {sciplot} | R Documentation |
This function calls dev.print
to save an existing graphics
device as a postscript file.
dev2ps(file, horizontal=FALSE, title=NULL, ...)
file |
filename of saved graph |
horizontal |
logical. TRUE for landscape, FALSE for portrait orientation |
title |
default is to use the filename as the title. |
... |
further parameters to dev.print . |