glScatter: Glimma Scatter Plot

View source: R/glScatter.R

glScatterR 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_plot(plot1, c(1,1))



Shians/Glimma documentation built on Sept. 7, 2024, 4:25 p.m.