inst/examples/R/data/interactive_graphics/example_ggobi.R

# Do not run 
library("MASS") # for Boston Housing data
if (interactive()) {
  library("rggobi")
  g <- ggobi(Boston)
  # now do some brushing
  col <- glyph_colour(g["Boston"])
  table(col)
}
sigbertklinke/shinyExample documentation built on May 26, 2019, 4:32 a.m.