Description Usage Arguments Value
View source: R/visualization_functions.R
Render a bar plot with plotly.
1 2 3 4 5 6 | plotly_barplot(
...,
showlegend = NULL,
x_group_by_title = NULL,
y_group_by_title = NULL
)
|
... |
Additional arguments passed on to |
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. |
An object of class plotly
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.