psAll {GCDkit}R Documentation

Save all graphics to PS

Description

Saves all graphical windows to Postscript files.

Usage

    psAll(filename=NULL)

Arguments

filename

a name of file for saving the output.

Details

The function prompts for a common root of the filenames and then saves all graphical windows, each in a separate file, numbering them sequentially. Postscript is the best export format from R, preserving the necessary quality as well as the possibility to be imported by most graphical editors (such as Corel Draw!) for retouching.

Otherwise individual diagram can be saved from a menu that appears after clicking on the appropriate graphical window ('File|Save as|Postscript').

Value

None.

Author(s)

Vojtech Janousek, vojtech.janousek@geology.cz

See Also

'pdfAll' 'postscript'


[Package GCDkit version 4.1 Index]