dev2ps {sciplot}R Documentation

Save Graph as Postscript File

Description

This function calls dev.print to save an existing graphics device as a postscript file.

Usage

dev2ps(file, horizontal=FALSE, title=NULL, ...)

Arguments

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.

See Also

dev.print


[Package sciplot version 0.8-2 Index]