Learn R Programming

TDMR (version 2.2)

tdmGraphicNewWin: Initialize a new window.

Description

Initialize a new window ("win") / a new file ("png") for current graphic device.

Usage

tdmGraphicNewWin(opts, ...)

Arguments

opts

with opts$GD.DEVICE one out of [ "pdf" | "png" | "win" | "rstudio" | "non" ], see tdmGraphicInit

...

optional arguments to hand over to png or windows or X11 in package grDevices (the other devices require no further arguments)