histWNormDensity {equivalenceTest}R Documentation

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

x = rnorm(20)
histWNormDensity(x)


[Package equivalenceTest version 0.0.1.1 Index]