pdfAll {GCDkit}R Documentation

Save all graphics to PDF

Description

Saves all graphical windows to a single PDF file.

Usage

pdfAll(filename=NULL)

Arguments

filename

a name of file for saving the output.

Details

The function prompts for filename under which it saves all graphical windows, each on a separate page. PDF is the most portable format, that should preserve practically the same layout on all platforms.

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

Value

None.

Author(s)

Vojtech Janousek, vojtech.janousek@geology.cz

See Also

'psAll' 'pdf'


[Package GCDkit version 4.0 Index]