newdevice | R Documentation |
Opens a new graphics device
newdevice(width = 7, height = 7, ...)
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 |
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.
Tom Elliott
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.