Description Usage Arguments Details Examples
View source: R/plot_histogram.R
Plot a histogram distribution for all numeric variables.
1 | plot_histogram(df, n_bins = 30, n = 50, ...)
|
df |
A data frame. |
n_bins |
Number of bins to pass to geom_histogram(). Defaults to 30. |
n |
Threshold for max number of plots. Defaults to 50. |
... |
Optional arguments passed to geom_histogram(). |
The argument n sets the max number of plots allowed by the plotting function. This is done to prevent producing a large number of plots by accident. Change this value to override the default of 50.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.