glimma_plot: Glimma plot manager

View source: R/glimma.R

glimma_plotR Documentation

Glimma plot manager

Description

Core glimma plot manager. Generates environment for glimma plots.

Usage

glimma_plot(
  ...,
  layout = c(1, 1),
  path = getwd(),
  folder = "glimma-plots",
  html = "index",
  overwrite = TRUE,
  launch = TRUE
)

Arguments

...

the jschart or jslink objects for processing.

layout

the numeric vector representing the number of rows and columns in plot window.

path

the path in which the folder will be created.

folder

the name of the fold to save html file to.

html

the name of the html file to save plots to.

overwrite

the option to overwrite existing folder if it already exists.

launch

TRUE to launch plot after call.

Value

Generates interactive plots based on filling layout row by row from left to right.

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.