print.Device: Prints device to file

Description Usage Arguments Value Author(s) See Also Examples

Description

Static method for direct printing of the current plot to a device, where the device type is infered from the filename.

Usage

1

Arguments

...

Arguments passed to *getParameters().

Value

Returns nothing.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

*getParameters(). Internally dev.print is used. Default values of dimensions etc. are specified by .Bitmap.Options, .PicTeX.Options and .PostScript.Options (see postscript). *open().

For more information see Device.

Examples

1
2
3
   plot(1,1)
   ## Not run: Device$print("myplot.jpg")
 

HenrikBengtsson/R.graphics documentation built on May 6, 2019, 11:53 p.m.