plotly_bubbleplot.Rd
Render a bubbleplot with plotly.
plotly_bubbleplot(x, y, size, x_title = NULL, y_title = NULL, ...)
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 |
An object of class plotly
.