bhistogram: Return a binned histogram of array or vector

Description Usage Arguments Value Examples

View source: R/bhistogram.R

Description

Create binned histogram for numeric data

Usage

1
bhistogram(v, title = NULL, title_size = 14, n_breaks = 10)

Arguments

v

numeric

title

character

title_size

numeric

n_breaks

numeric

Value

ggplot object

Examples

1
2
mm = c(rnorm(1500, 0, .1), rnorm(1000, 1, .2))
bhistogram(mm, title = "Multimodal frequencies", title_size = 14)

ventri2020/rraysplot documentation built on Jan. 1, 2021, 12:38 p.m.