hist_stack: Stacked histogram
Description
Stacked histogram
Usage
hist_stack(x, breaks, col = NULL, breaksFun = paste, ...)
Arguments
- x
list of vectors. values for each category
- breaks
vector. breaks for histogram bins
- col
vector. colors for each category
- breaksFun
function for breaks display
- ...
arguments to be passed to methods, as in plot