Description Usage Arguments Details Value
Compute the minimal elements to recreate a histogram manually by defining the total number of bins.
1 | calc_bin(x, bins = bins)
|
x |
any vector or variable |
bins |
the number of requested bins |
Internal function to compute the minimal elements to recreate a histogram manually by defining the total number of bins, used by ggs_histogram
ggs_ppmean
and ggs_ppsd
.
A data frame with the x location, the width of the bars and the number of observations at each x location.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.