Skip to contents

Plot histograms for double columns

Usage

plot_histograms(df, ...)

Arguments

df

a data.frame

...

optional parameters to geom_histogram

Examples

plot_histograms(data.frame(a = c(1, 2), b = c(1, 3)))
#> `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.