setEmptyView {iSPlot} | R Documentation |
setEmptyView sets the view on the control window to only have the main menu (aka empty view). setEmptyView also resets several environment variables in controlEnv. setEmptyView is called by other view functions to clear the control window data.
setEmptyView()
Elizabeth Whalen
if (interactive()) { createControlWindow() setPlotDView() Sys.sleep(1) setEmptyView() }