rggobi (version 2.1.22)

close.GGobiDisplay: Close display

Description

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

Usage

# S3 method for GGobiDisplay
close(con, …)

Arguments

con

GGobiDisplay object to close

Examples

Run this code
# NOT RUN {
if (interactive()) {
g <- ggobi(mtcars)
displays(g)
close(displays(g)[[1]])
displays(g)}
# }

Run the code above in your browser using DataCamp Workspace