Learn R Programming

EGAD (version 1.0.3)

get_density: Get density

Description

The function formats the density distribution from the histogram function

Usage

get_density(hist)

Arguments

hist
histogram

Value

array

Examples

Run this code
x <- runif(1000)
density <- get_density( hist(x, plot=FALSE))

Run the code above in your browser using DataLab