plotly_violinplot: Render a vertical violin plot with plotly.

Description Usage Arguments Value

View source: R/visualization_functions.R

Description

Render a vertical violin plot with plotly.

Usage

1
2
3
4
5
6
7
plotly_violinplot(
  y,
  group_by = NULL,
  y_title = NULL,
  group_by_title = NULL,
  ...
)

Arguments

y

Numeric observations.

group_by

A factor, by which observations can optionally be grouped.

y_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.