graphicUtils {rNMR} | R Documentation |
Utilities for creating and switching between rNMR graphics devices.
bringFocus(dev = -1) cw(dev = NULL) refresh(main.plot = TRUE, overlay = TRUE, sub.plot = TRUE, multi.plot = TRUE, ...) setWindow(p.window = "main", ...)
dev |
numeric; device number or |
main.plot |
logical; if |
overlay |
logical; if |
sub.plot |
logical; if |
multi.plot |
logical; if |
p.window |
character string; the window type, can be |
... |
Additional arguments can be passed to |
bringFocus
Modified version of R's bringToTop
function designed to run only on Windows platforms.
cw
Cycles through open graphics windows or activates the designated device (if provided).
refresh
Refreshes plot devices.
setWindow
Makes a new plotting window with the correct title, width, and height or activates the designated device (if provided).
Ian A. Lewis ialewis@nmrfam.wisc.edu, Seth C. Schommer schommer@nmrfam.wisc.edu
toolkit
for other rNMR utility functions.