Learn R Programming

lidaRtRee (version 4.0.8)

hist_stack: Stacked histogram

Description

Stacked histogram

Usage

hist_stack(x, breaks, col = NULL, breaksFun = paste, ...)

Value

no return

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