View source: R/plotly_histogram.R
plotly_histogram | R Documentation |
Plotly Histogram
plotly_histogram(
plot_data,
x_col = "x",
xlab = "",
ylab = "Count",
title = "",
source_name = NULL,
format_func = format_plotly
)
plot_data |
A dataframe |
x_col |
A string |
xlab |
A string |
ylab |
A string |
title |
A string |
source_name |
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.