graphics {grDevices} R Documentation

save the graphics plot object as image file

Description

Usage

graphics(graphics,
    file = NULL);

Arguments

graphics

a graphics plot object

file

the file path for save the image file. (if this file path parameter is nothing, then the resulted image object will be flush to the standard output stream of R# environment.)

env

[as Environment]

Details

Authors

graphics

Value

this function returns data object of type any kind.

clr value class

Examples


[Package grDevices version 1.0.0.0 Index]