Learn R Programming

mgcViz (version 0.2.0)

l_hist: Adding histogram to a plot

Description

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

Usage

l_hist(...)

Value

An object of class gamLayer.

Arguments

...

graphical arguments to be passed to ggplot2::geom_histogram.

See Also

See check0D for examples.