close.GGobi {rggobi} | R Documentation |
Terminates and discards a ggobi instance
close.GGobi(con, ...)
con |
ggobi object to close |
... |
ignored and for compatability generic function. |
This allows the caller to close a ggobi instance and discard the resources it uses. The function closes the display windows and variable panel window associated with this ggobi instance. It also resets the default ggobi instance to be the last one created.
Hadley Wickham <h.wickham@gmail.com>
g1 <- ggobi(mtcars) g2 <- ggobi(mtcars) close(g2) close(ggobi_get())