plotly_bubbleplot: Render a bubbleplot with plotly.

Description Usage Arguments Value

View source: R/visualization_functions.R

Description

Render a bubbleplot with plotly.

Usage

1
plotly_bubbleplot(x, y, size, x_title = NULL, y_title = NULL, ...)

Arguments

x

Numeric observations mapped to the x-axis.

y

Numeric observations mapped to the y-axis.

size

Numeric values defining the size of the dots.

x_title

The title of the x-axis.

y_title

The title of the y-axis.

...

these arguments are of either the form value or tag = value and should be valid for the plotly::plot_ly() method.

Value

An object of class plotly.


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