Description Usage Arguments Value
View source: R/visualization_functions.R
Render a bubbleplot with plotly.
1 | 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
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.