newdevice {iNZightTools} | R Documentation |
Open a New Graphics Device
Description
Opens a new graphics device
Usage
newdevice(width = 7, height = 7, ...)
Arguments
width |
the width (in inches) of the new device |
height |
the height (in inches) of the new device |
... |
additional arguments passed to the new device function |
Details
Depending on the system, difference devices are better. The windows device works fine (for now), only attempt to speed up any other devices that we're going to be using. We speed them up by getting rid of buffering.
Author(s)
Tom Elliott
[Package iNZightTools version 2.0.1 Index]