This help topic is for R version 0.60. For the current version of R, try https://stat.ethz.ch/R-manual/R-patched/library/base/html/graphics.off.html
graphics.off {base}R Documentation

Turn Off All Graphics Devices

Description

These two functions are symonyms and shutdown the current graphics device.

In the future, with multiple concurrent devices, things will change ....

Usage

dev.off()
graphics.off()

See Also

Devices.


[Package base version 0.60 ]