Description Usage Arguments Details
Guess binwidth for histogram
1 | guess_binwidth(x, method = c("mccrary"))
|
x |
vector to use in histogram |
method |
method to use for automatic binning if bw is null |
The method guesses the bandwidth to be used as a default in case the user doesn't specify their own parameter. Options currently supported are "mccrary" and "freedman". for details see bw_freedman and bw_mccrary.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.