exportgraphics: Open a graphics device

exportgraphicsR Documentation

Open a graphics device

Description

Starts the graphics device driver

Usage

exportgraphics(file, type = tail(strsplit(file, split = "\\.")[[1]], 1), ...)

Arguments

file

A character string giving the name of the file.

type

The type of graphics device.

...

Other parameters.

See Also

closegraphics, toggleexport, Devices

Examples

## Not run: 
data (iris)
exportgraphics ("export.pdf")
plotdata (iris [, -5], iris [, 5])
closegraphics()

## End(Not run)

fdm2id documentation built on July 9, 2023, 6:05 p.m.