closeWin {PBSmodelling} | R Documentation |
Close (destroy) one or more windows made with createWin
.
closeWin(name)
name |
a vector of window names that indicate which windows to close. These
names appear in the window description file(s) on the line(s) defining WINDOW widgets.
If name is ommitted, all active windows will be closed. |