grabeps {climatol}R Documentation

Save the displayed graphic as an EPS file

Description

The last displayed graphic is saved in a file named ‘RAAMMDDHHMM-NN.eps’ (in EPS format).

Usage

  grabeps()

Details

grabeps is a function called by grafanom, but it can be called directly by the user. The name of the file saved begins by R, followed by digits indicating the year, month, day, hour and minute (two digits each) of the first call of this function in the present R session, plus a rank number (two digits also).

Value

No value is returned by this function.

Note

The last graphic will not be completely dumped to the file until the session ends.

See Also

grafanom


[Package climatol version 1.0.3.1 Index]