R/gg_gt.R
histogram.Rd
Histogram
histogram(df, var, binwidth)
data frame
var
<numeric> binwidth
<numeric>
ggplot2 histogram
ggplot2::diamonds |> histogram(carat, 0.1)