close.GGobi {rggobi}R Documentation

Close GGobi instance

Description

Terminates and discards a ggobi instance

Usage

close.GGobi(con, ...)

Arguments

con ggobi object to close
... ignored and for compatability generic function.

Details

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.

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples

g1 <- ggobi(mtcars)
g2 <- ggobi(mtcars)
close(g2)
close(ggobi_get())

[Package rggobi version 2.1.9 Index]