plotly_barplot: Render a bar plot with plotly.

Description Usage Arguments Value

View source: R/visualization_functions.R

Description

Render a bar plot with plotly.

Usage

1
2
3
4
5
6
plotly_barplot(
  ...,
  showlegend = NULL,
  x_group_by_title = NULL,
  y_group_by_title = NULL
)

Arguments

...

Additional arguments passed on to plotly::plot_ly.

showlegend

(Optional) Boolean value that describes if the legend should be shown.

x_group_by_title

(Optional) A title that describes the grouping factor along the x-axis.

y_group_by_title

(Optional) A title that describes the grouping factor along the y-axis.

Value

An object of class plotly.


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