Helper to create histogram.
base_hist_constr(
x,
type,
br,
normalize,
fill,
smooth,
lwd,
lty,
col,
alpha,
border,
include.lowest = TRUE,
right = TRUE
)
a vector of values for which the histogram is desired.
histogram type. Default is missing. Allowed are "count" and "percent".
breakpoints given an interval and the number of pieces to break it into.
whether to normalize. Default is missing.
whether to fill. Default is missing.
whether to smooth. Default is missing.
graphical parameters. See par() from package 'graphics'.
logical; if TRUE, an x[i] equal to the breaks value will be included in the first (or last, for right = FALSE) bar. This will be ignored (with a warning) unless breaks is a vector.
logical; if TRUE, the histogram cells are right-closed (left open) intervals.