Description Usage Arguments Value Examples
Create binned histogram for numeric data
1 | bhistogram(v, title = NULL, title_size = 14, n_breaks = 10)
|
v |
numeric |
title |
character |
title_size |
numeric |
n_breaks |
numeric |
ggplot object
1 2 | mm = c(rnorm(1500, 0, .1), rnorm(1000, 1, .2))
bhistogram(mm, title = "Multimodal frequencies", title_size = 14)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.