bin_data | R Documentation |
Generate histogram of the input vector
bin_data(x, lower_bound, upper_bound, n_bins = 1000, excess_bins = TRUE)
x |
The privacy parameter rho |
lower_bound |
The lower bound of the data |
upper_bound |
The upper bound of the data |
n_bins |
The number of bins. (Default: 1000) |
excess_bins |
Do you want to include excess bins from -Inf to lower_bound and upper_bound to Inf? (Default: TRUE) |
Histogram of the data with corresponding x values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.