clean.window {RGeostats} | R Documentation |
Erase the contents of a Graphic Screen
clean.window(list = NA, flag.close = TRUE)
list |
When the Screen contains several views (characterized by their indices using the command split.screen()), you can which to erase some of them: you must simply provide their list in this argument. If list=NA, the whole graphic page is erase. |
flag.close |
When TRUE, the screens are closed (after their contents has been erased): as a consequence the corresponding indices are suppressed from the list returned by split.screen(). |
Not used