This layer adds a histogram to a plot. It is mainly a wrapper around ggplot2::geom_histogram.

l_hist(...)

Arguments

...

graphical arguments to be passed to ggplot2::geom_histogram.

Value

An object of class gamLayer.

See also

See check0D for examples.