| glScatter | R Documentation | 
Create an interactive scatter plot object
glScatter(x, ...)
| x | the data.frame containing data to plot. | 
| ... | additional arguments depending on input object type. | 
A chart object containing the information to create an interactive scatter plot.
Shian Su
data(iris)
plot1 <- glScatter(iris, xval="Sepal.Length", yval="Sepal.Width", colval="Species")
glimma_plot(plot1, c(1,1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.