close.GGobiDisplay {rggobi}R Documentation

Close display

Description

Closes the referenced display. The R variable will be invalid after this call.

Usage

close.GGobiDisplay(con, ...)

Arguments

con GGobiDisplay object to close
...

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples

g <- ggobi(mtcars)
displays(g)
close(displays(g)[[1]])
displays(g)

[Package rggobi version 2.1.9 Index]