densityCurveOnHistogram: densityCurveOnHistogram

View source: R/reproducer.R

densityCurveOnHistogramR Documentation

densityCurveOnHistogram

Description

Density curve overlaid on histogram

Usage

densityCurveOnHistogram(df, colName, limLow, limHigh)

Arguments

df

Data frame with data to be displayed

colName

Name of the selected column in a given data frame

limLow

the limit on the lower side of the displayed range

limHigh

the limit on the higher side of the displayed range

Value

A figure being a density curve overlaid on histogram

Author(s)

Lech Madeyski

Examples

densityCurveOnHistogram(Madeyski15EISEJ.PropProjects, "STUD", 0, 100)
# densityCurveOnHistogram(data.frame(x<-rnorm(50, mean=50, sd=5)), 'x', 0, 100)

reproducer documentation built on Oct. 18, 2023, 5:10 p.m.