close-GGobi-kz: Close GGobi instance

Description Usage Arguments Details Author(s) Examples

Description

Terminates and discards a ggobi instance

Usage

1
2
## S3 method for class 'GGobi'
close(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

1
2
3
4
5
if (interactive()) {
g1 <- ggobi(mtcars)
g2 <- ggobi(mtcars)
close(g2)
close(ggobi_get())}

rggobi documentation built on May 2, 2019, 6:41 a.m.