glScatter: Glimma Scatter Plot

Description Usage Arguments Value Author(s) Examples

View source: R/glScatter.R

Description

Create an interactive scatter plot object

Usage

1

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

1
2
3
4
data(iris)

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

Shians/Glimma documentation built on April 1, 2020, 5:46 a.m.