plotly_boxplot: Render a boxplot with plotly.

Description Usage Arguments Value

View source: R/visualization_functions.R

Description

Render a boxplot with plotly.

Usage

1
plotly_boxplot(x, group_by = NULL, x_title = NULL, group_by_title = NULL, ...)

Arguments

x

Numeric observations for the boxplot.

group_by

A factor, by which observations can optionally be grouped.

x_title

A title that describes the observations.

group_by_title

A title that describes the grouping factor.

...

Additional arguments passed on to plotly::plot_ly.

Value

An object of class plotly.


loosolab/i2dash.scrnaseq documentation built on Jan. 1, 2021, 8:23 a.m.