| resetWinSize {iSPlot} | R Documentation |
resetWinSize resets the control window to its default size that is stored in the environment variables, winDefaultHeight and winDefaultWidth, in controlEnv.
resetWinSize()
Elizabeth Whalen
if (interactive())
{
createControlWindow()
resetWinSize()
}