nulldev.Rd
A \"null\" graphics device voiding all output.
nulldev(file=nullfile(), ...)
The output file (ignored; forced to its default).
All other arguments are also ignored.
A plot device is opened; nothing is returned.
The null graphics device opens a regular pdf device
and directs its output to the null file, which is /dev/null
unless
on Windows where it is NUL
.