close.GGobiDisplay {rggobi} | R Documentation |
Closes the referenced display. The R variable will be invalid after this call.
close.GGobiDisplay(con, ...)
con |
GGobiDisplay object to close |
... |
Hadley Wickham <h.wickham@gmail.com>
g <- ggobi(mtcars) displays(g) close(displays(g)[[1]]) displays(g)