# 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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.