powered by
Closes the referenced display. The R variable will be invalid after this call.
# S3 method for GGobiDisplay close(con, …)
GGobiDisplay object to close
# NOT RUN { if (interactive()) { g <- ggobi(mtcars) displays(g) close(displays(g)[[1]]) displays(g)} # }
Run the code above in your browser using DataLab