close.GGobiDisplay {rggobi}R Documentation

Close display

Description

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

Usage

## S3 method for class 'GGobiDisplay'
close(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.20 Index]