png2 {R.utils} | R Documentation |
A PNG device for Bitmap Files via GhostScript.
## Default S3 method: png2(filename, width=480, height=480, res=144, type="png256", ...)
filename |
The name of the file to be produced. |
width, height |
The width and height (in pixels) of the result image. |
res |
The resolution of the image. |
type |
The output type. See dev2bitmap for details. |
... |
Additional arguments passed to bitmap() . |
Returns nothing.
Henrik Bengtsson (http://www.braju.com/R/)