glScatter {Glimma}R Documentation

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.

Author(s)

Shian Su

Examples

data(iris)

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


[Package Glimma version 1.10.1 Index]