plotly_bar | R Documentation |
Plotly Bar
plotly_bar(
plot_data,
x_col = "x",
y_col = "y",
error_col = NA,
color_col = x_col,
key_col = x_col,
text_col = x_col,
xlab = "",
ylab = "",
title = "",
source_name = NULL,
bar_colors = NULL,
format_func = format_plotly
)
plot_data |
A dataframe |
x_col |
A string |
y_col |
A string |
error_col |
A string or NA |
color_col |
A string or NA |
key_col |
A string or NA |
text_col |
A string or NA |
xlab |
A string |
ylab |
A string |
title |
A string |
source_name |
A string or NULL |
bar_colors |
A string or NULL |
format_func |
A function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.