histCurve: Histogram (using ggplot2) with curve

Description Usage Arguments Value Examples

View source: R/histCurve.R

Description

histCurve give histogram with density curve

Usage

1
histCurve(dat, column, bin = 24)

Arguments

dat

data frame

column

variable name to be plotted

bin

number of bins (default is 24)

Value

a ggplot2 histogram with a normal density curve

Examples

1
histCurve(iris, Sepal.Length)

tengku-hanis/niceFunction documentation built on Oct. 27, 2021, 7:41 a.m.