plotDensity: Histogram and Density Plot

Description Usage Arguments Value Author(s) See Also Examples

View source: R/plotting.R

Description

Plot a histogram and a gaussian kernel density estimate of the data.

Usage

1
plotDensity(x, col = "black", lwd = 2, ...)

Arguments

x

a vector of values for which the histogram/kernel density is desired.

col

color of the kernel density line.

lwd

line width of the kernel density line.

...

additional arguments passed to plot.

Value

Nothing of interest.

Author(s)

antoine Filipovic Pierucci

See Also

hist, density.

Examples

1

Example output



rmngb documentation built on May 29, 2017, 9:22 p.m.

Related to plotDensity in rmngb...