Learn R Programming

Glimma (version 1.0.0)

glScatter: Glimma Scatter Plot

Description

Create an interactive scatter plot object

Usage

glScatter(x, ...)

Arguments

x
the data.frame containing data to plot.
...
additional arguments depending on input object type.

Value

A chart object containing the information to create an interactive scatter plot.

Examples

Run this code
data(iris)

plot1 <- glScatter(iris, xval="Sepal.Length", yval="Sepal.Width", colval="Species")
glimma(plot1, c(1,1))

Run the code above in your browser using DataLab