close-GGobiDisplay-ke: Close display

Description Usage Arguments Author(s) Examples

Description

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

Usage

1
2
## S3 method for class 'GGobiDisplay'
close(con, ...)

Arguments

con

GGobiDisplay object to close

...

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples

1
2
3
4
5
if (interactive()) {
g <- ggobi(mtcars)
displays(g)
close(displays(g)[[1]])
displays(g)}

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