Description Usage Arguments Value Examples
Histogram for exploratory data analysis of a continuous variable.
1 | plot_hist_continuous(df, var, n_binwidth, color_fill = "grey40")
|
df |
Dataframe to be converted to table. |
var |
Numeric for maximum number of digits to round numeric values. |
n_binwidth |
Numeric indicating width of bins. |
color_fill |
Default color for bars. |
Histogram.
1 2 | plot_hist_continuous(df = iris, var = Sepal.Length, n_binwidth = 0.5, color_fill = "grey40")
plot_hist_continuous(df = USArrests, var = UrbanPop, n_binwidth = 0.5, color_fill = "red")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.