Learn R Programming

equivalenceTest (version 0.0.1.1)

histWNormDensity: Histogram with a fitted normal density function

Description

Provide a histogram with a fitted normal density.

Usage

histWNormDensity(x, main = "")

Arguments

x

the data

main

the title of the plot

Examples

Run this code
# NOT RUN {
x = rnorm(20)
histWNormDensity(x)

# }

Run the code above in your browser using DataLab