set_window | R Documentation |
Open a a window for graphics, with specified width and height.
set_window(width = 6, height = 4.5, kill = TRUE, noRStudioGD = TRUE)
width |
figure width in inches (default = 6). |
height |
figure height in inches (default = 4.5). |
kill |
if TRUE (default) closes all graphics windows. Works only for Windows. |
noRStudioGD |
if TRUE: do not use the RStudio device (which does not accept width and height). |
open a graphics window.
Currently only works for Windows!
Eilers, P.H.C. and Marx, B.D. (2021). Practical Smoothing, The Joys of P-splines. Cambridge University Press.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.